Uses of Class
wicket.markup.html.form.validation.AbstractValidator

Packages that use AbstractValidator
wicket.markup.html.form.validation Support for form validation. 
 

Uses of AbstractValidator in wicket.markup.html.form.validation
 

Subclasses of AbstractValidator in wicket.markup.html.form.validation
 class CustomValidator
          A validator for strings designed for subclassing.
 class EmailAddressPatternValidator
          Validator for checking the form/pattern of email addresses.
 class IntegerValidator
          Ensures that the form component has a numeric value in a given range.
 class LengthValidator
          Validates that a form component's string value is of a certain min/max length.
 class PatternValidator
          Validates component by matching the component's value against a regular expression pattern.
 class RequiredValidator
          Validator that ensures a component has a non-null and non-empty value.
 class StringValidator
          A validator for strings designed for subclassing.
 class TypeValidator
          Validates input by trying it to convert to the given type using the IConverterinstance of the component doing the validation.
 



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