Class TabSheetLoader

All Implemented Interfaces:
ComponentLoader<TabSheet>

public class TabSheetLoader extends ContainerLoader<TabSheet>
  • Field Details

    • pendingLoadTabs

      protected Map<org.dom4j.Element,TabSheet.Tab> pendingLoadTabs
  • Constructor Details

    • TabSheetLoader

      public TabSheetLoader()
  • Method Details

    • createComponent

      public void createComponent()
      Description copied from interface: ComponentLoader
      Creates result component by XML-element and loads its Id. Also creates all nested components.
      See Also:
    • createComponentInternal

      protected TabSheet createComponentInternal()
    • loadComponent

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

      protected void loadTabsProperties()
    • loadTabsVisible

      protected void loadTabsVisible(TabSheet resultComponent, org.dom4j.Element element)
    • loadTabCaptionsAsHtml

      protected void loadTabCaptionsAsHtml(TabSheet resultComponent, org.dom4j.Element element)