Class TwinColumnLoader

All Implemented Interfaces:
ComponentLoader<TwinColumn>

public class TwinColumnLoader extends AbstractFieldLoader<TwinColumn>
  • Constructor Details

    • TwinColumnLoader

      public TwinColumnLoader()
  • 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:
    • loadComponent

      public void loadComponent()
      Description copied from interface: ComponentLoader
      Loads component properties by XML definition.
      Specified by:
      loadComponent in interface ComponentLoader<TwinColumn>
      Overrides:
      loadComponent in class AbstractFieldLoader<TwinColumn>
      See Also:
    • loadOptionsContainer

      protected void loadOptionsContainer(TwinColumn component, org.dom4j.Element element)
    • loadRows

      protected void loadRows(TwinColumn resultComponent, org.dom4j.Element element)
    • loadCaptionProperty

      protected void loadCaptionProperty(TwinColumn resultComponent, org.dom4j.Element element)
    • loadLeftColumnCaption

      protected void loadLeftColumnCaption(TwinColumn resultComponent, org.dom4j.Element element)
    • loadRightColumnCaption

      protected void loadRightColumnCaption(TwinColumn resultComponent, org.dom4j.Element element)
    • loadAddBtnEnabled

      protected void loadAddBtnEnabled(TwinColumn resultComponent, org.dom4j.Element element)
    • loadReorderable

      protected void loadReorderable(TwinColumn resultComponent, org.dom4j.Element element)