Class ColumnInputLongGreater

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

@Component public class ColumnInputLongGreater extends ColumnInputLong
This component extends ColumnInputLong and must be used to insert an long input field as a column. The input must be greater the value specified as attribute. If it is not specified, the default is 0.
See Also:
GCApi:
component
  • Constructor Details

    • ColumnInputLongGreater

      public ColumnInputLongGreater()
  • Method Details

    • setGREATER

      public void setGREATER(String s)
      Sets the value to use in the majority comparison. The default is 0.
      Overrides:
      setGREATER in class ColumnInputLong
      Parameters:
      s - The string contains the long value to set as bond.
    • setup

      protected void setup()
      Description copied from class: Component
      Setup the Component
      Overrides:
      setup in class ColumnInputLong
    • validate

      protected void validate(org.apache.ecs.html.Input i, EntitySet es, boolean ro, int row)
      Overrides:
      validate in class ColumnInputLong