Class ArrangingGridDataCollection

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

@Component public class ArrangingGridDataCollection extends ArrangingGrid
See Also:
  • Field Details

    • equalWidthColumns

      protected boolean equalWidthColumns
    • percentageWidth

      protected String[] percentageWidth
    • tdSequence

      protected int tdSequence
  • Constructor Details

    • ArrangingGridDataCollection

      public ArrangingGridDataCollection()
  • Method Details

    • setEQUALWIDTHCOLUMNS

      public void setEQUALWIDTHCOLUMNS(String s)
      Defines if the columns of the Grid must be of equal width
      Parameters:
      s - A string that represents a boolean value ("true" or "1", "false" or "0").
      If the string is not recognized as a boolean value, it will be used the default value, that is false
    • setPERCENTAGEWIDTH

      public void setPERCENTAGEWIDTH(String s)
    • createTD

      protected org.apache.ecs.html.TD createTD(int colspan, int rowspan, char align, char valign)
      Overrides:
      createTD in class Grid
    • getColumnsWidthPercentage

      protected int getColumnsWidthPercentage()