NodeType - type of the node represented by this pagepublic abstract class NodePage<NodeType extends ICoverageNode> extends ReportPage implements ITableItem
context, folder| Modifier | Constructor and Description |
|---|---|
protected |
NodePage(NodeType node,
ReportPage parent,
ReportOutputFolder folder,
IHTMLReportContext context)
Creates a new node page.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getLinkLabel()
Returns the display label used for the link.
|
String |
getLinkStyle()
Optional style class to be associated with the link.
|
NodeType |
getNode()
Returns the corresponding node data.
|
content, getFileName, getLink, getOnload, head, infoLinks, isRootPage, renderprotected NodePage(NodeType node, ReportPage parent, ReportOutputFolder folder, IHTMLReportContext context)
node - corresponding nodeparent - optional hierarchical parentfolder - base folder to create this page incontext - settings contextpublic String getLinkStyle()
ILinkablegetLinkStyle in interface ILinkablenullpublic String getLinkLabel()
ILinkablegetLinkLabel in interface ILinkablepublic NodeType getNode()
ITableItemgetNode in interface ITableItemCopyright © 2024. All rights reserved.