public class PageState extends Object implements Serializable
Page.
Note that at the moment this is not a stand-alone state class but embedded in
UIState. This might change in the future.| Modifier and Type | Field and Description |
|---|---|
boolean |
hasResizeListeners
True if the page has browser window resize listeners.
|
String |
title
Non-null if the title is set.
|
| Constructor and Description |
|---|
PageState() |
public boolean hasResizeListeners
public String title
Copyright © 2021 Vaadin Ltd. All rights reserved.