Class DynamicAttributesPanelLoader

All Implemented Interfaces:
ComponentLoader<DynamicAttributesPanel>

public class DynamicAttributesPanelLoader extends AbstractComponentLoader<DynamicAttributesPanel>
  • Constructor Details

    • DynamicAttributesPanelLoader

      public DynamicAttributesPanelLoader()
  • 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.
      See Also:
    • loadDataContainer

      protected void loadDataContainer(DynamicAttributesPanel resultComponent, org.dom4j.Element element)
    • loadColumnsCount

      protected void loadColumnsCount(DynamicAttributesPanel resultComponent, org.dom4j.Element element)
    • loadRowsCount

      protected void loadRowsCount(DynamicAttributesPanel resultComponent, org.dom4j.Element element)
    • loadFieldWidth

      protected void loadFieldWidth(DynamicAttributesPanel resultComponent, org.dom4j.Element element)
    • loadFieldCaptionWidth

      protected void loadFieldCaptionWidth(DynamicAttributesPanel resultComponent, org.dom4j.Element element)
    • getIntegerAttribute

      protected Integer getIntegerAttribute(String attributeName, org.dom4j.Element element)