Interface Page
-
- All Superinterfaces:
com.vaadin.flow.component.HasComponents,com.vaadin.flow.component.HasElement,com.vaadin.flow.component.HasEnabled,Serializable
- All Known Implementing Classes:
AbstractPage
public interface Page extends com.vaadin.flow.component.HasComponentsA page is a container component displayed in the UI that consists of sections.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcreateContent()Creates the content (sections) of this page.voidreloadBindings()Reloads the data bindings of the content (sections) displayed on this page.
-