| AbstractSingleValueValidator |
An abstract validator implementation that provides default behaviour.
|
| BooleanValidator |
|
| ColorValidator |
A validator implementation that checks the supplied value is an RGB color.
|
| DateValidator |
A validator implementation that checks the supplied value is a valid
Date.
|
| DnValidator |
A validator implementation that checks the supplied value conforms to the
rules set out by the URL implementation.
|
| EmailAddressValidator |
A validator implementation that checks the supplied value is a valid email
address or host name.
|
| FileValidator |
A validator implementation that checks the supplied value is a valid
File.
|
| IntegerValidator |
|
| IpAddressValidator |
A validator implementation that checks the supplied value is a valid ip
address or host name.
|
| ListValidator |
|
| RegexValidator |
A validator implementation that checks the supplied value matches the given
Pattern.
|
| StringValidator |
|
| UrlValidator |
A validator implementation that checks the supplied value conforms to the
rules set out by the URL implementation.
|
| ValidationError |
Represents a localised error that occurred during field validation.
|