Class InputEmail

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 InputEmail extends InputRegExp
This class extends the behaviour of the InputRegExp adding a particular regular expression allowing the user to insert values that must respect the format of an email address (something like: name@domain.com)
See Also:
GCApi:
component
  • Field Details

  • Constructor Details

    • InputEmail

      public InputEmail()
      Creates an InputEmail, and sets the regular expression: "^((?:[a-zA-Z_0-9-+]{1,64}\\\\.)*(?:[a-zA-Z_0-9-+]{1,64}))@(?:((?:[a-zA-Z0-9-]{2,63}\\\\.)*(?:[a-zA-Z0-9-]{2,63}))(\\\\.))+([a-zA-Z0-9-]{2,63})$"
  • Method Details

    • setup

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