We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.shared.ui.ui.
Class PageState
- java.lang.Object
-
- com.vaadin.shared.ui.ui.PageState
-
All Implemented Interfaces:
public class PageState extends Object implements Serializable
The shared state of a
Page
. 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:
-
-
Field Summary
Fields 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 Summary
Constructors Constructor and 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.
-
-