Class HtmlBoxLayoutLoader

All Implemented Interfaces:
ComponentLoader<HtmlBoxLayout>

public class HtmlBoxLayoutLoader extends ContainerLoader<HtmlBoxLayout>
  • Field Details

  • Constructor Details

    • HtmlBoxLayoutLoader

      public HtmlBoxLayoutLoader()
  • 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:
    • isChildElementIgnored

      protected boolean isChildElementIgnored(org.dom4j.Element subElement)
      Description copied from class: ContainerLoader
      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 ContainerLoader<HtmlBoxLayout>
      Parameters:
      subElement - the element to be checked
      Returns:
      true if child element should have no separate loader, false otherwise
    • loadComponent

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

      protected void loadTemplate(HtmlBoxLayout htmlBox, org.dom4j.Element element)
    • loadTemplateContents

      protected void loadTemplateContents(HtmlBoxLayout htmlBox, org.dom4j.Element element)