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.HasComponents
    A 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
      void createContent()
      Creates the content (sections) of this page.
      void reloadBindings()
      Reloads the data bindings of the content (sections) displayed on this page.
      • Methods inherited from interface com.vaadin.flow.component.HasComponents

        add, add, add, addComponentAsFirst, addComponentAtIndex, remove, remove, removeAll
      • Methods inherited from interface com.vaadin.flow.component.HasElement

        getElement
      • Methods inherited from interface com.vaadin.flow.component.HasEnabled

        isEnabled, setEnabled
    • Method Detail

      • createContent

        void createContent()
        Creates the content (sections) of this page.
      • reloadBindings

        void reloadBindings()
        Reloads the data bindings of the content (sections) displayed on this page. No sections are removed/added.