Class GridLayoutLoader

All Implemented Interfaces:
ComponentLoader<GridLayout>

public class GridLayoutLoader extends ContainerLoader<GridLayout>
  • Field Details

    • spanMatrix

      protected boolean[][] spanMatrix
  • Constructor Details

    • GridLayoutLoader

      public GridLayoutLoader()
  • 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 GridLayout createComponentInternal()
    • loadComponent

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

      protected void createSubComponents(GridLayout gridLayout, org.dom4j.Element element, int row)
    • addSubComponent

      protected void addSubComponent(GridLayout grid, Component subComponent, int c1, int r1, int c2, int r2)
    • fillSpanMatrix

      protected void fillSpanMatrix(int col, int row, int colspan, int rowspan)