Uses of Class
com.vaadin.flow.component.page.Page
-
Packages that use Page Package Description com.vaadin.flow.component com.vaadin.flow.component.page -
-
Uses of Page in com.vaadin.flow.component
Methods in com.vaadin.flow.component that return Page Modifier and Type Method Description Page
UI. getPage()
Gets the object representing the page on which this UI exists. -
Uses of Page in com.vaadin.flow.component.page
Methods in com.vaadin.flow.component.page that return Page Modifier and Type Method Description Page
BrowserWindowResizeEvent. getSource()
Constructors in com.vaadin.flow.component.page with parameters of type Page Constructor Description BrowserWindowResizeEvent(Page source, int width, int height)
Creates a new event.
-