| Modifier and Type | Field and Description |
|---|---|
static Object |
CONTINUE_TRAVERSAL
Value to return to continue a traversal.
|
static Object |
CONTINUE_TRAVERSAL_BUT_DONT_GO_DEEPER
A generic value to return to continue a traversal, but if the component
is a container, don't visit its children.
|
static Object |
STOP_TRAVERSAL
A generic value to return to stop a traversal.
|
| Constructor and Description |
|---|
IVisitor() |
| Modifier and Type | Method and Description |
|---|---|
abstract Object |
component(T component)
Called at each component in a traversal.
|
void |
component(T component,
org.apache.wicket.util.visit.IVisit<Object> visit) |
public static final Object CONTINUE_TRAVERSAL
public static final Object CONTINUE_TRAVERSAL_BUT_DONT_GO_DEEPER
public static final Object STOP_TRAVERSAL
public abstract Object component(T component)
component - The componentCopyright © 2015 Molindo GmbH. All Rights Reserved.