NodeType
- type of the node represented by this pagepublic abstract class TablePage<NodeType extends ICoverageNode> extends NodePage<NodeType>
context, folder
Modifier | Constructor and Description |
---|---|
protected |
TablePage(NodeType node,
ReportPage parent,
ReportOutputFolder folder,
IHTMLReportContext context)
Creates a new node page.
|
Modifier and Type | Method and Description |
---|---|
void |
addItem(ITableItem item)
Adds the given item to the table.
|
protected void |
content(HTMLElement body)
Creates the actual content of the page.
|
protected void |
head(HTMLElement head)
Creates the elements within the head element.
|
getLinkLabel, getLinkStyle, getNode
getFileName, getLink, getOnload, isRootPage, render
protected TablePage(NodeType node, ReportPage parent, ReportOutputFolder folder, IHTMLReportContext context)
node
- corresponding nodeparent
- optional hierarchical parentfolder
- base folder to create this report incontext
- settings contextpublic void addItem(ITableItem item)
item
- table item to addprotected void head(HTMLElement head) throws IOException
ReportPage
head
in class ReportPage
head
- head tag of the pageIOException
- in case of IO problems with the report writerprotected void content(HTMLElement body) throws IOException
ReportPage
content
in class ReportPage
body
- body tag of the pageIOException
- in case of IO problems with the report writerCopyright © 2013. All Rights Reserved.