Parameters
- editText
- The text to validate.
- fullValidation
- true if the text should be validated according to all the necessary criteria (for example, Mask, MinValue, and MaxValue); false if it should be validated only according to the Mask.
- valid
- true if the EditText is valid; false otherwise.