Class ColumnInputLongLess

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 ColumnInputLongLess extends ColumnInputLong
This component extends ColumnInputLong and must be used to insert a long input field as a column. The input must be lower the value specified as attribute. If it is not specified, the default is 0.2
See Also:
GCApi:
component
  • Constructor Details

    • ColumnInputLongLess

      public ColumnInputLongLess()
  • Method Details

    • setLESS

      public void setLESS(String s)
      Sets the value to use in the minority comparison. The default is 0.
      Overrides:
      setLESS in class ColumnInputLong
      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 ColumnInputLong
    • validate

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