org.apache.wicket.validation.validator |
|
Java Source File Name | Type | Comment |
AbstractValidator.java | Class | Convinience base class for
IValidator s. |
CreditCardValidator.java | Class | Performs the so called "mod 10" algorithm to check the validity of credit
card numbers such as VISA. |
DateValidator.java | Class | A validator for dates that can be used for subclassing or use one of the
static factory methods to get the default date validators as range, maximum
or minimum. |
EmailAddressPatternValidator.java | Class | This class will be removed post 1.3. |
EmailAddressValidator.java | Class | Validator for checking the form/pattern of email addresses. |
EmailValidatorTest.java | Class | Tests a couple of valid and invalid email patterns. |
NumberValidator.java | Class | FIXME 2.0: ivaynberg: look over javadoc
A validator for numbers. |
PatternValidator.java | Class | FIXME 2.0: ivaynberg: look over javadoc
Validates component by matching the component's value against a regular
expression pattern. |
StringValidator.java | Class | Validator for dealing with string lengths. |