| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectnet.sf.statcvs.pages.PageGroupMethod Summary | |
void |
|
String | |
String | |
String | |
String | |
String |
|
void |
|
void |
|
void |
|
void |
|
void |
|
public PageGroup(String title)
public PageGroup(String title,
boolean connectSiblings)public String asLinkList()
public void setParent(NavigationNode parentPage)
Sets the page's parent. The generated page will link back to the parent.
- Specified by:
- setParent in interface NavigationNode
public void setShowLinkToPreviousSibling(boolean showLink)
- Specified by:
- setShowLinkToPreviousSibling in interface NavigationNode
public void setSiblings(String siblingsTitle,
List siblingPages)Sets a list ofPages 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.
- Specified by:
- setSiblings in interface NavigationNode
- Parameters:
siblingsTitle- Title for navigation list, e.g. "Monthly Reports"