|
||||||||||
| 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<Void> visit)
Called at each object in a visit. |
abstract boolean |
preCheck(Component component)
In order to find the deepest component, we traverse downwards starting from the root (e.g. |
Visit<Void> |
visit(Component rootComponent)
Render the child hierarchy headers. |
Visit<Void> |
visit(Component rootComponent,
Visit<Void> visit)
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 Visit<Void> visit(Component rootComponent)
rootComponent -
public final Visit<Void> visit(Component rootComponent,
Visit<Void> visit)
rootComponent - visit -
public abstract void component(Component component,
IVisit<Void> visit)
IVisitor
component in interface IVisitor<Component,Void>component - Object being visitedvisit - Object used to control the visit/traversalpublic abstract boolean preCheck(Component component)
component - The component to be tested
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||