Class DashboardSectionLoader

java.lang.Object
io.jmix.flowui.xml.layout.loader.AbstractComponentLoader<com.vaadin.flow.component.dashboard.DashboardSection>
io.jmix.dashboard.component.loader.DashboardSectionLoader
All Implemented Interfaces:
ComponentLoader<com.vaadin.flow.component.dashboard.DashboardSection>

public class DashboardSectionLoader extends AbstractComponentLoader<com.vaadin.flow.component.dashboard.DashboardSection>
  • Field Details

  • Constructor Details

    • DashboardSectionLoader

      public DashboardSectionLoader()
  • Method Details

    • createComponent

      protected com.vaadin.flow.component.dashboard.DashboardSection createComponent()
      Specified by:
      createComponent in class AbstractComponentLoader<com.vaadin.flow.component.dashboard.DashboardSection>
    • initComponent

      public void initComponent()
      Description copied from interface: ComponentLoader
      Creates result component by XML-element
      Specified by:
      initComponent in interface ComponentLoader<com.vaadin.flow.component.dashboard.DashboardSection>
      Overrides:
      initComponent in class AbstractComponentLoader<com.vaadin.flow.component.dashboard.DashboardSection>
    • loadComponent

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

      protected void loadWidgets(com.vaadin.flow.component.dashboard.DashboardSection section, org.dom4j.Element element)
    • loadSubComponents

      protected void loadSubComponents()