Uses of Package
wicket.markup.html.form.validation

Packages that use wicket.markup.html.form.validation
wicket.markup.html.form HTML Forms and form components. 
wicket.markup.html.form.validation Support for form validation. 
 

Classes in wicket.markup.html.form.validation used by wicket.markup.html.form
IFormValidator
          Interface that represents validators that check multiple components.
IValidator
          Interface for validations by form components.
 

Classes in wicket.markup.html.form.validation used by wicket.markup.html.form.validation
AbstractFormValidator
          Base class for IFormValidators.
AbstractValidator
          Base class for form component validators.
DateValidator
          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
          Validator for checking the form/pattern of email addresses.
EqualInputValidator
          Validates that the input of two form components is identical.
IFormValidator
          Interface that represents validators that check multiple components.
IntegerValidator
          Deprecated. @see NumberValidator
IValidator
          Interface for validations by form components.
LengthValidator
          Deprecated. see StringValidator
NumberValidator
          A validator for numbers.
PatternValidator
          Validates component by matching the component's value against a regular expression pattern.
RequiredValidator
          Deprecated.  
StringValidator
          A validator for strings that can be used for subclassing or use one of the static factory methods to get the default string validators as range, maximum or minimum.
 



Copyright © 2004-2007 Wicket developers. All Rights Reserved.