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