Uses of Class
com.vaadin.shared.ui.ui.PageState
-
Packages that use PageState Package Description com.vaadin.client.ui.ui com.vaadin.server com.vaadin.shared.ui.ui -
-
Uses of PageState in com.vaadin.client.ui.ui
Methods in com.vaadin.client.ui.ui that return PageState Modifier and Type Method Description PageStateUIConnector. getPageState()Returns the state of the Page associated with the UI. -
Uses of PageState in com.vaadin.server
Methods in com.vaadin.server that return PageState Modifier and Type Method Description protected PageStatePage. getState(boolean markAsDirty)Returns the page state.Constructors in com.vaadin.server with parameters of type PageState Constructor Description Page(UI uI, PageState state) -
Uses of PageState in com.vaadin.shared.ui.ui
Fields in com.vaadin.shared.ui.ui declared as PageState Modifier and Type Field Description PageStateUIState. pageStateState related to the Page class.
-