Class MainViewLoader

All Implemented Interfaces:
ComponentLoader<StandardMainView>, ComponentRootLoader<StandardMainView>

public class MainViewLoader extends AbstractViewLoader<StandardMainView>
  • Field Details

  • Constructor Details

    • MainViewLoader

      public MainViewLoader()
  • Method Details

    • createContent

      public void createContent()
    • loadComponent

      public void loadComponent()
      Description copied from interface: ComponentLoader
      Loads component properties by XML definition.
      See Also:
    • getAppLayoutElement

      protected org.dom4j.Element getAppLayoutElement()
    • loadAppLayout

      protected void loadAppLayout()
    • createSubComponents

      protected List<com.vaadin.flow.component.Component> createSubComponents(org.dom4j.Element appLayout, String contentName)