See: Description
| Class | Description |
|---|---|
| AbstractRangeValidator<R extends Comparable<? super R> & Serializable,V extends Serializable> |
Base class for validators that check if a given value falls within [min,max] range.
|
| CreditCardValidator |
Checks if a credit card number is valid.
|
| DateValidator |
Validator for checking if a given date falls within [min,max] range.
|
| EmailAddressValidator |
Validator for checking the form/pattern of email addresses.
|
| PatternValidator |
Validates an
IValidatable by matching the value against a regular expression pattern. |
| RangeValidator<Z extends Comparable<? super Z> & Serializable> |
Validator for checking if a given value falls within [min,max] range.
|
| StringValidator |
Validator for checking if length of a string falls within [min,max] range.
|
| UrlValidator |
Validator for checking URLs.
|
| Enum | Description |
|---|---|
| AbstractRangeValidator.Mode |
Validator mode
|
| CreditCardValidator.CreditCard |
This package provides an implementation of Wicket's validation support.
Copyright © 2006–2014 Apache Software Foundation. All rights reserved.