|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IVisit | |
---|---|
org.apache.wicket.markup.html.form | HTML Forms and form components. |
org.apache.wicket.markup.renderStrategy | |
org.apache.wicket.util.visit |
Uses of IVisit in org.apache.wicket.markup.html.form |
---|
Methods in org.apache.wicket.markup.html.form with parameters of type IVisit | |
---|---|
void |
Form.ValidationVisitor.component(FormComponent<?> formComponent,
IVisit<Void> visit)
|
Uses of IVisit in org.apache.wicket.markup.renderStrategy |
---|
Methods in org.apache.wicket.markup.renderStrategy with parameters of type IVisit | |
---|---|
abstract void |
DeepChildFirstVisitor.component(Component component,
IVisit<Void> visit)
|
Uses of IVisit in org.apache.wicket.util.visit |
---|
Classes in org.apache.wicket.util.visit that implement IVisit | |
---|---|
class |
Visit<R>
Implementation of IVisit used by traversal algorithms |
Methods in org.apache.wicket.util.visit with parameters of type IVisit | |
---|---|
void |
IVisitor.component(T object,
IVisit<R> visit)
Called at each object in a visit. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |