Class RegExpConstrainedTextField.RegExpConstraintCheckModel

    • Field Detail

      • m_RegExp

        protected BaseRegExp m_RegExp
        the regular expression to use for checking.
    • Constructor Detail

      • RegExpConstraintCheckModel

        public RegExpConstraintCheckModel​(BaseRegExp regExp)
        Initializes the model.
        Parameters:
        regExp - the regular expression to use for checking
    • Method Detail

      • setRegExp

        public void setRegExp​(BaseRegExp value)
        Sets the regular expression.
        Parameters:
        value - the regular expression
      • getRegExp

        public BaseRegExp getRegExp()
        Returns the current regular expression.
        Returns:
        the regular expression