Uses of Interface
wicket.markup.html.form.validation.IValidator

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

Uses of IValidator in wicket.markup.html.form
 

Methods in wicket.markup.html.form with parameters of type IValidator
 FormComponent FormComponent.add(IValidator validator)
          Adds a validator to this form component.
 

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

Classes in wicket.markup.html.form.validation that implement IValidator
 class AbstractValidator
          Base class for form component validators.
 class CustomValidator
          Deprecated. Users should use StringValidator directly
 class 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.
 class EmailAddressPatternValidator
          Validator for checking the form/pattern of email addresses.
 class IntegerValidator
          Deprecated. @see NumberValidator
 class LengthValidator
          Deprecated. see StringValidator
 class NumberValidator
          A validator for numbers.
 class PatternValidator
          Validates component by matching the component's value against a regular expression pattern.
 class RequiredValidator
          Deprecated.  
 class 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.
 class TypeValidator
          Deprecated.  
 



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