Class ColumnInputDoubleGreater

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 ColumnInputDoubleGreater extends ColumnInputDouble
This component extends ColumnInputDouble and must be used to insert an double 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

    • ColumnInputDoubleGreater

      public ColumnInputDoubleGreater()
  • 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 ColumnInputDouble
      Parameters:
      s - The string contains the double value to set as bond.
    • setup

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

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