|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CustomizingSectionRenderer
Subclasses of section renderer may require some "last minute" influence on the contents to be rendered in a section. When they implement CustomizingSectionRenderer, they will have access to the entity just before it is rendered. Note that this interface is checked for by RenderUtil only.
| Method Summary | |
|---|---|
void |
customizeOverviewEntity(Entity overviewEntity,
boolean isLeaf)
The overviewEntry is ready. |
boolean |
handleSection(String path,
NavigationTree node,
Entity overviewEntity)
Handle the current section. |
| Method Detail |
|---|
boolean handleSection(String path,
NavigationTree node,
Entity overviewEntity)
path - The path of the current section, including the current chunk.node - The current spot in the NavigationTree.overviewEntity - The (proposed) overview entity.
SectionRenderer.getChannel()
void customizeOverviewEntity(Entity overviewEntity,
boolean isLeaf)
overviewEntity - the overview entity to be rendered in a sectionisLeaf - if true, the section is a leaf, otherwise the section will have subsections
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||