net.sf.statcvs.pages
Class PageGroup
- NavigationNode
PageGroup
public PageGroup(String title)
PageGroup
public PageGroup(String title,
boolean connectSiblings)
asLinkList
public String asLinkList()
setSiblings
public void setSiblings(String siblingsTitle,
List siblingPages)
Sets a list of
Page
s that are siblings of this page.
The generated page will contain a navigation list that links
to all siblings. The sibling list may contain the page
itself.
- setSiblings in interface NavigationNode
siblingsTitle
- Title for navigation list, e.g. "Monthly Reports"