| Package | Description |
|---|---|
| org.apache.wicket.markup.html.form |
HTML Forms and form components.
|
| org.apache.wicket.markup.html.form.validation |
Support for form validation.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<IFormValidator> |
Form.getFormValidators()
Gets all
IFormValidators added to this form |
| Modifier and Type | Method and Description |
|---|---|
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
|
| Modifier and Type | Class and Description |
|---|---|
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.
|
class |
FormValidatorAdapter
Adapts
IFormValidator to Behavior |
| Modifier and Type | Method and Description |
|---|---|
IFormValidator |
FormValidatorAdapter.getValidator() |
| Constructor and Description |
|---|
FormValidatorAdapter(IFormValidator validator)
Constructor
|
Copyright © 2006–2014 Apache Software Foundation. All rights reserved.