Interface | Description |
---|---|
HasValidators<T> |
Should use when implementing classes with
Validator s. |
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.
|
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 © 2018. All rights reserved.