Class TabbedModeMainViewLoader

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

public class TabbedModeMainViewLoader extends AbstractViewLoader<StandardTabbedModeMainView>
  • Field Details

  • Constructor Details

    • TabbedModeMainViewLoader

      public TabbedModeMainViewLoader()
  • Method Details

    • createContent

      public void createContent()
    • loadComponent

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

      protected void createWorkArea(org.dom4j.Element appLayoutElement)
    • loadWorkArea

      protected void loadWorkArea()
    • 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)