public abstract static class Form.ValidationVisitor extends Object implements org.apache.wicket.util.visit.IVisitor<FormComponent<?>,Void>
| Constructor and Description |
|---|
ValidationVisitor() |
| Modifier and Type | Method and Description |
|---|---|
void |
component(FormComponent<?> formComponent,
org.apache.wicket.util.visit.IVisit<Void> visit) |
abstract void |
validate(FormComponent<?> formComponent)
Callback that should be used to validate form component
|
public void component(FormComponent<?> formComponent, org.apache.wicket.util.visit.IVisit<Void> visit)
component in interface org.apache.wicket.util.visit.IVisitor<FormComponent<?>,Void>public abstract void validate(FormComponent<?> formComponent)
formComponent - Copyright © 2006–2018 Apache Software Foundation. All rights reserved.