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, render
protected 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()
ILinkable
getLinkStyle
in interface ILinkable
null
public String getLinkLabel()
ILinkable
getLinkLabel
in interface ILinkable
public NodeType getNode()
ITableItem
getNode
in interface ITableItem
Copyright © 2014. All rights reserved.