|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IFormValidator | |
|---|---|
| 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.markup.html.form |
|---|
| Methods in org.apache.wicket.markup.html.form that return types with arguments of type IFormValidator | |
|---|---|
java.util.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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||