|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Class Summary | |
|---|---|
| AbstractValidator | Convenience base class for IValidators. |
| CreditCardValidator | Performs the so-called "mod 10" algorithm to check the validity of credit card numbers such as VISA. |
| DateValidator | Validator for checking dates. |
| EmailAddressPatternValidator | Deprecated. Use EmailAddressValidator instead. |
| EmailAddressValidator | Validator for checking the form/pattern of email addresses. |
| NumberValidator | Validator for checking numbers. |
| NumberValidator.DoubleMaximumValidator | Validator for checking if a given double meets a maximum requirement. |
| NumberValidator.DoubleMinimumValidator | Validator for checking if a given double meets the minimum requirement. |
| NumberValidator.DoubleRangeValidator | Validator for checking if a given double is within the specified range. |
| NumberValidator.MaximumValidator | Validator for checking if a given number meets the maximum requirement. |
| NumberValidator.MinimumValidator | Validator for checking if a given number number meets the minimum requirement. |
| NumberValidator.RangeValidator | Validator for checking if a given number is within the specified range. |
| PatternValidator | Validates a Component by matching the component's value against a regular
expression pattern. |
| StringValidator | Validator for checking String lengths. |
| StringValidator.ExactLengthValidator | Validator for checking if the length of a String is exactly the specified
length. |
| StringValidator.LengthBetweenValidator | Validator for checking if the length of a String is within the specified
range. |
| StringValidator.MaximumLengthValidator | Validator for checking if the length of a String meets the maximum length
requirement. |
| StringValidator.MinimumLengthValidator | Validator for checking if the length of a String meets the minimum length
requirement. |
| UrlValidator | Validator for checking URLs. |
This package provides an implementation of Wicket's validation support.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||