net.sf.statcvs.pages
Interface NavigationNode
- Page, PageGroup
public interface NavigationNode
asParentLink
public String asParentLink()
getFullTitle
public String getFullTitle()
getShortTitle
public String getShortTitle()
getURL
public String getURL()
setParent
public void setParent(NavigationNode parent)
Sets the page's parent. The generated page will link back to
the parent.
setShowLinkToPreviousSibling
public void setShowLinkToPreviousSibling(boolean showLink)
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.
siblingsTitle
- Title for navigation list, e.g. "Monthly Reports"