|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.wicket.markup.html.form.Form.ValidationVisitor
public abstract static class Form.ValidationVisitor
Visitor used for validation
| Constructor Summary | |
|---|---|
Form.ValidationVisitor()
|
|
| Method Summary | |
|---|---|
void |
component(FormComponent<?> formComponent,
IVisit<java.lang.Void> visit)
Called at each object in a visit. |
abstract void |
validate(FormComponent<?> formComponent)
Callback that should be used to validate form component |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Form.ValidationVisitor()
| Method Detail |
|---|
public void component(FormComponent<?> formComponent,
IVisit<java.lang.Void> visit)
IVisitor
component in interface IVisitor<FormComponent<?>,java.lang.Void>formComponent - Object being visitedvisit - Object used to control the visit/traversalpublic abstract void validate(FormComponent<?> formComponent)
formComponent -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||