Package | Description |
---|---|
org.apache.wicket.markup.renderStrategy |
Modifier and Type | Class and Description |
---|---|
class |
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.
|
class |
ChildFirstHeaderRenderStrategy
This a header render strategy implements a child->parent->root sequence, which is inverse to how
it was until Wicket 1.5.
|
class |
ParentFirstHeaderRenderStrategy
This has been Wicket's default header render strategy before WICKET 1.5 which uses
MarkupContainer.visitChildren(org.apache.wicket.util.visit.IVisitor) to traverse the hierarchy to
render the children headers. |
Modifier and Type | Method and Description |
---|---|
static IHeaderRenderStrategy |
AbstractHeaderRenderStrategy.get() |
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.