class |
BooleanValidator |
|
class |
ColorValidator |
A validator implementation that checks the supplied value is an RGB color.
|
class |
DateValidator |
A validator implementation that checks the supplied value is a valid
Date.
|
class |
DnValidator |
A validator implementation that checks the supplied value conforms to the
rules set out by the URL implementation.
|
class |
EmailAddressValidator |
A validator implementation that checks the supplied value is a valid email
address or host name.
|
class |
FileValidator |
A validator implementation that checks the supplied value is a valid
File.
|
class |
IntegerValidator |
|
class |
IpAddressValidator |
A validator implementation that checks the supplied value is a valid ip
address or host name.
|
class |
RegexValidator |
A validator implementation that checks the supplied value matches the given
Pattern.
|
class |
StringValidator |
|
class |
UrlValidator |
A validator implementation that checks the supplied value conforms to the
rules set out by the URL implementation.
|