Class AbstractTabLoader

java.lang.Object
io.jmix.flowui.xml.layout.loader.AbstractComponentLoader<T>
io.jmix.flowui.xml.layout.loader.container.AbstractContainerLoader<com.vaadin.flow.component.tabs.Tab>
io.jmix.flowui.xml.layout.loader.container.AbstractTabLoader
All Implemented Interfaces:
ComponentLoader<com.vaadin.flow.component.tabs.Tab>
Direct Known Subclasses:
TabSheetLoader.TabLoader, TabsLoader.TabLoader

public abstract class AbstractTabLoader extends AbstractContainerLoader<com.vaadin.flow.component.tabs.Tab>
  • Constructor Details

    • AbstractTabLoader

      public AbstractTabLoader()
  • Method Details

    • loadComponent

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

      protected boolean isChildElementIgnored(org.dom4j.Element subElement)
      Description copied from class: AbstractContainerLoader
      Checks if child element should have a separate loader or not. For instance, if a child element doesn't represent a UI component.
      Overrides:
      isChildElementIgnored in class AbstractContainerLoader<com.vaadin.flow.component.tabs.Tab>
      Parameters:
      subElement - the element to be checked
      Returns:
      true if child element should have no separate loader, false otherwise