public static interface Field.Validator
Validatable#validate() is called.
Editor screen calls validate() on commit.| Modifier and Type | Method and Description |
|---|---|
void |
validate(java.lang.Object value) |
void validate(java.lang.Object value)
throws ValidationException
value - field value to validateValidationException - this exception must be thrown by the validator if the value is not valid