| Return true if Field value is valid and false if invalid. The value set in
Field.setInvalidText(String) will be used as the error message. For a custom error message throw a ValidationException with the
error message. The error message of the ValidationException will be dispalyed.
Parameters: value - the field value to test true if valid, false if invalid. throws: ValidationException - when validate fails |