|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.wicket.markup.html.form.validation.AbstractFormValidator
org.apache.wicket.markup.html.form.validation.EqualInputValidator
org.apache.wicket.markup.html.form.validation.EqualPasswordInputValidator
public class EqualPasswordInputValidator
Validates that the input of two form components is identical. Errors are reported on the second form component with key 'EqualPasswordInputValidator' and the variables:
| Constructor Summary | |
|---|---|
EqualPasswordInputValidator(FormComponent<?> formComponent1,
FormComponent<?> formComponent2)
Construct. |
|
| Method Summary |
|---|
| Methods inherited from class org.apache.wicket.markup.html.form.validation.EqualInputValidator |
|---|
getDependentFormComponents, validate |
| Methods inherited from class org.apache.wicket.markup.html.form.validation.AbstractFormValidator |
|---|
error, error, error, error, messageModel, resourceKey, variablesMap |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EqualPasswordInputValidator(FormComponent<?> formComponent1,
FormComponent<?> formComponent2)
formComponent1 - formComponent2 -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||