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

Packages that use IFormValidator
org.apache.wicket.extensions.wizard Package for working with Wizard components. 
org.apache.wicket.markup.html.form HTML Forms and form components. 
org.apache.wicket.markup.html.form.validation Support for form validation. 
 

Uses of IFormValidator in org.apache.wicket.extensions.wizard
 

Methods in org.apache.wicket.extensions.wizard with parameters of type IFormValidator
 void WizardStep.add(IFormValidator validator)
          Adds a form validator.
 

Uses of IFormValidator in org.apache.wicket.markup.html.form
 

Methods in org.apache.wicket.markup.html.form that return types with arguments of type IFormValidator
 Collection<IFormValidator> Form.getFormValidators()
          Gets all IFormValidators added to this form
 

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

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

Classes in org.apache.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-2011 Apache Software Foundation. All Rights Reserved.