Class InputTel

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

@Component @Configurable public class InputTel extends InputRegExp
This class, that extends InputRegExp, implements the graphic user interface element that allows the user to insert a value that must respect the format of a telephone number (a string that can start with the + symbol and contains only digits)
See Also:
GCApi:
component
  • Constructor Details

    • InputTel

      public InputTel()
      Creates an InputTel
  • Method Details

    • setup

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

      protected void control(org.apache.ecs.html.Input i, EntitySet es)
      Overrides:
      control in class Input