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 Page
Page. getCurrent()
Gets the Page to which the current uI belongs.Page
Page.UriFragmentChangedEvent. getPage()
Gets the page in which the fragment has changed.Page
Page.BrowserWindowResizeEvent. getSource()
Constructors in com.vaadin.server with parameters of type Page Constructor Description BrowserWindowResizeEvent(Page source, int width, int height)
Creates a new eventUriFragmentChangedEvent(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 Page
UI. getPage()
Methods in com.vaadin.ui with parameters of type Page Modifier and Type Method Description void
Notification. show(Page page)
Shows this notification on a Page.
-