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

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

Uses of IFormValidator in wicket.markup.html.form
 

Methods in wicket.markup.html.form with parameters of type IFormValidator
 void Form.add(IFormValidator validator)
          Adds a form validator to the form.
protected  void Form.validateFormValidator(IFormValidator validator)
          Validates form with the given form validator
 

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

Classes in wicket.markup.html.form.validation that implement IFormValidator
 class AbstractFormValidator
          Base class for IFormValidators.
 class EqualInputValidator
          Validates that the input of two form components is identical.
 class EqualPasswordInputValidator
          Validates that the input of two form components is identical.
 



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