Class Summary |
AbstractHeaderRenderStrategy |
An abstract implementation of a header render strategy which is only missing the code to traverse
the child hierarchy, since the sequence of that traversal is what will make the difference
between the different header render strategies. |
ChildFirstHeaderRenderStrategy |
THIS IS EXPERIMENTAL ONLY. |
DeepChildFirstVisitor |
|
ParentFirstHeaderRenderStrategy |
This is Wicket's default header render strategy which uses
MarkupContainer#visitChildren(org.apache.wicket.IVisitor) to traverse the hierarchy to
render the children headers. |