| Package | Description |
|---|---|
| org.apache.wicket.markup.html.form |
HTML Forms and form components.
|
| org.apache.wicket.validation.validator |
This package provides an implementation of Wicket's
validation support.
|
| Class and Description |
|---|
| UrlValidator
Validator for checking URLs.
|
| Class and Description |
|---|
| AbstractRangeValidator
Base class for validators that check if a given value falls within [min,max] range.
|
| AbstractRangeValidator.Mode
Validator mode
|
| CreditCardValidator.CreditCard |
| 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
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.
|
Copyright © 2006–2021 Apache Software Foundation. All rights reserved.