| Interface | Description |
|---|---|
| HasBlankValidator<T> |
These are convenience methods to automatically add the
AllowBlankValidator. |
| HasValidators<T> |
Should use when implementing classes with
Validators. |
| ValidationChangedEvent.HasValidationChangedHandlers |
HasValidationChangedHandlers.
|
| ValidationChangedEvent.ValidationChangedHandler |
ValidationChangedHandler.
|
| ValidationMessages |
Validation messages.
|
| Validator<T> |
An input validator.
|
| ValidatorMessageMixin |
Mixin for looking up validation messages.
|
| Class | Description |
|---|---|
| AbstractValidator<T> |
Common validator code.
|
| BlankValidator<T> |
Validator for blank field validation.
|
| BooleanParser |
Parses boolean values from a
CharSequence. |
| DecimalMaxValidator<T> |
Decimal max validator.
|
| DecimalMinValidator<T extends Number> |
Decimal min validator.
|
| DefaultValidatorMessageMixin |
Default implementation of the validator message mixin.
|
| FieldMatchValidator<T> |
Validator for matching with another field.
|
| FutureValidator |
Validator for checking if date is in the future.
|
| GroupValidator |
Useful for validating a group of fields that implement the
HasValidators interface. |
| MessageFormat |
A very simple message format implementation.
|
| PastValidator |
Validator for checking if a date is in the past.
|
| RadioGroupBlankValidator<T> |
Radio group blank validator.
|
| RadioGroupBlankValidatorMixin<W extends RadioGroupBase<V>,V> |
Blank validator mixin for a radio group.
|
| RegExValidator |
Validator for checking value matches a regular expression.
|
| SizeValidator<T> |
Validator for checking the length of a map, array, collection, or string value.
|
| ValidationChangedEvent |
Event fired when validation state changes.
|
| ValidationMessages.Keys | |
| Validator.Priority |
Represents the priority of a validator.
|
| ValidatorWrapper<T> |
Wraps a validator in order to provide sorting capability.
|
Copyright © 2017. All rights reserved.