Class ColumnIsNull

All Implemented Interfaces:
Serializable, overit.geocall.marks.MethodExposer, overit.geocall.marks.NameExposer, Badgeable, Hideable, Identified, Tool, overit.geocall.ux.configurability.UIConfigurable, overit.geocall.ux.edm.ModelConfigurable

@Component public class ColumnIsNull extends Column
This component extends Column and can be used to insert an empty column.
It's possible to use this column to insert two icons that differentiate its semantic use: An icon represent that the name fild of this column is not null, and the other represent taht the column is null.
See Also:
GCApi:
component
  • Field Details

    • _nullIcon

      protected Icon _nullIcon
  • Constructor Details

    • ColumnIsNull

      public ColumnIsNull()
      Creates a new instance of ColumnIsNull
  • Method Details

    • setNULLICON

      public void setNULLICON(String s)
      Sets the icon to use in the column.
      Parameters:
      s - The string contains the name of icon. For more details see IconHD.
    • getHtmlRow

      public org.apache.ecs.Element getHtmlRow(EntitySet es, int row, int pagerow, ArrayList al)
      Description copied from class: Column
      Returns the html element that defines the row
      Overrides:
      getHtmlRow in class Column
      Parameters:
      es - The EntitySet to which the element belongs
      row - The number of the row
      pagerow - The number ofd the page
      al - The list of values of the row
      Returns:
      The html element that defines the row