|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectwicket.markup.html.form.validation.AbstractFormValidator
wicket.markup.html.form.validation.EqualInputValidator
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 'EqualInputValidator' and the variables:
| Constructor Summary | |
|---|---|
EqualPasswordInputValidator(FormComponent formComponent1,
FormComponent formComponent2)
Construct. |
|
| Method Summary | |
|---|---|
protected java.lang.String |
resourceKey(FormComponent[] components)
Gets the resource key for validator's error message from the ApplicationSettings class. |
| Methods inherited from class wicket.markup.html.form.validation.EqualInputValidator |
|---|
getDependentFormComponents, validate |
| Methods inherited from class wicket.markup.html.form.validation.AbstractFormValidator |
|---|
messageModel |
| 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 - | Method Detail |
|---|
protected java.lang.String resourceKey(FormComponent[] components)
AbstractFormValidator
resourceKey in class AbstractFormValidatorcomponents - form components being validated
AbstractFormValidator.resourceKey(wicket.markup.html.form.FormComponent[])
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||