Class InputFileName

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 InputFileName extends InputRegExp
This class extends the behaviour of the InputRegExp adding a particular regular expression allowing the user to insert values that can contains only characters assignable to file names: lowercase characters, uppercase characters, digits, spaces and the special characters + _ . , @ ( ) & $ £ % = \ ' -
See Also:
GCApi:
component
  • Constructor Details

    • InputFileName

      public InputFileName()
      Creates an InputFileName, and sets the regular expression: "^[A-Za-z0-9 +_.,@()&$£%=\\'-]+$"
  • Method Details

    • setup

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