Package com.vaadin.shared.ui.ui
Class PageState
- java.lang.Object
-
- com.vaadin.shared.ui.ui.PageState
-
- All Implemented Interfaces:
Serializable
public class PageState extends Object implements Serializable
The shared state of aPage. Note that at the moment this is not a stand-alone state class but embedded inUIState. This might change in the future.- Since:
- 7.1
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description booleanhasResizeListenersTrue if the page has browser window resize listeners.StringtitleNon-null if the title is set.
-
Constructor Summary
Constructors Constructor Description PageState()
-
-
-
Field Detail
-
hasResizeListeners
public boolean hasResizeListeners
True if the page has browser window resize listeners.
-
title
public String title
Non-null if the title is set. Null means Vaadin does not touch the title.
-
-