|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.wicket.markup.renderStrategy.DeepChildFirstVisitor
public abstract class DeepChildFirstVisitor
Constructor Summary | |
---|---|
DeepChildFirstVisitor()
Construct. |
Method Summary | |
---|---|
abstract void |
component(Component component,
IVisit<Component> visit)
Called at each object in a visit. |
java.lang.Object |
visit(Component rootComponent)
Render the child hierarchy headers. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DeepChildFirstVisitor()
Method Detail |
---|
public final java.lang.Object visit(Component rootComponent)
rootComponent
-
public abstract void component(Component component, IVisit<Component> visit)
IVisitor
component
in interface IVisitor<Component,Component>
component
- Object being visitedvisit
- Object used to control the visit/traversalorg.apache.wicket.IVisitor#component(org.apache.wicket.Component)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |