Class BaseObjectTextField.BaseObjectCheckModel<T extends BaseObject>

    • Field Detail

      • m_Check

        protected T extends BaseObject m_Check
        the object used for the checks.
    • Constructor Detail

      • BaseObjectCheckModel

        public BaseObjectCheckModel​(T check)
        Initializes the model.
        Parameters:
        check - the object to use for performing the checks
    • Method Detail

      • newObject

        public T newObject​(String text)
        Instantiates a new object with the given text.
        Parameters:
        text - the text to use (only if valid)
        Returns:
        the generated object
      • getCheck

        public T getCheck()
        Returns the base object instance used for checking.
        Returns:
        the instance