Uses of Class
com.vaadin.server.Page
-
Packages that use Page Package Description com.vaadin.navigator com.vaadin.server com.vaadin.ui -
-
Uses of Page in com.vaadin.navigator
Constructors in com.vaadin.navigator with parameters of type Page Constructor Description UriFragmentManager(Page page)Creates a new URIFragmentManager and attach it to listen to URI fragment changes of aPage. -
Uses of Page in com.vaadin.server
Methods in com.vaadin.server that return Page Modifier and Type Method Description static PagePage. getCurrent()Gets the Page to which the current uI belongs.PagePage.PopStateEvent. getPage()Gets the page in which the uri has changed.PagePage.UriFragmentChangedEvent. getPage()Gets the page in which the fragment has changed.PagePage.BrowserWindowResizeEvent. getSource()Constructors in com.vaadin.server with parameters of type Page Constructor Description BrowserWindowResizeEvent(Page source, int width, int height)Creates a new event.PopStateEvent(Page source, String uri)Creates a new instance of PopstateEvent.UriFragmentChangedEvent(Page source, String uriFragment)Creates a new instance of UriFragmentReader change event. -
Uses of Page in com.vaadin.ui
Methods in com.vaadin.ui that return Page Modifier and Type Method Description PageUI. getPage()Methods in com.vaadin.ui with parameters of type Page Modifier and Type Method Description voidNotification. show(Page page)Shows this notification on a Page.
-