NodeType - type of the node represented by this pageILinkable, ITableItemSourceFilePage, TablePagepublic abstract class NodePage<NodeType extends ICoverageNode> extends ReportPage implements ITableItem
context, folder| Modifier | Constructor | Description |
|---|---|---|
protected |
NodePage(NodeType node,
ReportPage parent,
ReportOutputFolder folder,
IHTMLReportContext context) |
Creates a new node page.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getLinkLabel() |
Returns the display label used for the link.
|
java.lang.String |
getLinkStyle() |
Optional style class to be associated with the link.
|
NodeType |
getNode() |
Returns the corresponding node data.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcontent, 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 java.lang.String getLinkStyle()
ILinkablegetLinkStyle in interface ILinkablenullpublic java.lang.String getLinkLabel()
ILinkablegetLinkLabel in interface ILinkablepublic NodeType getNode()
ITableItemgetNode in interface ITableItemCopyright © 2018. All rights reserved.