|
||||||||||
| 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 | |
|---|---|
java.lang.Object |
formComponent(IFormVisitorParticipant component)
Called when visiting a form component |
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 java.lang.Object formComponent(IFormVisitorParticipant component)
FormComponent.IVisitor
formComponent in interface FormComponent.IVisitorcomponent - The form component
FormComponent.IVisitor.formComponent(org.apache.wicket.markup.html.form.IFormVisitorParticipant)public abstract void validate(FormComponent<?> formComponent)
formComponent -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||