Class ArrangingGrid

All Implemented Interfaces:
Serializable, overit.geocall.marks.MethodExposer, overit.geocall.marks.NameExposer, Arrangeable, Badgeable, Hideable, Identified, Tool, overit.geocall.ux.configurability.UIConfigurable, overit.geocall.ux.edm.ModelConfigurable
Direct Known Subclasses:
overit.geocallapp.wfm.ui.control.AlignArrangingGrid, ArrangingGridDataCollection, DataCollectionNodeTypeComponent, DataCollectionNodeTypeValueComponent

@Component public class ArrangingGrid extends Grid
This component extends Grid and like all the grid components it contains and orginizes the elements that belong to it.
In this element the labels of the fields are positioned on the right the fields. The spacings are set in arranging mode (see Grid.setSPACING().
Usually it is used to contain the Input elements because it deals autonomously with the alignment.
See Also:
GCApi:
component
  • Constructor Details

    • ArrangingGrid

      public ArrangingGrid()
      Creates a new instance of ArrangingGrid with the space sets to arranging mode.
  • Method Details

    • fillBodyRows

      protected void fillBodyRows(int cols, int cellsize, org.apache.ecs.html.TBody tb, int indent, EntitySet es)
      Overrides:
      fillBodyRows in class Grid