Class ColumnInputLongGreaterLess

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 ColumnInputLongGreaterLess extends ColumnInputLong
This component extends ColumnInputLong and must be used to insert an long input field as a column. The input must be greater of the value entered in "GREATER" attribute, and less than the value entered in "LESS". For details on the accepted input see Long class.
See Also:
GCApi:
component
  • Constructor Details

    • ColumnInputLongGreaterLess

      public ColumnInputLongGreaterLess()
  • 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.
    • 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