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, getNodegetFileName, getLink, getOnload, infoLinks, isRootPage, renderprotected 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
ReportPagehead in class ReportPagehead - head tag of the pageIOException - in case of IO problems with the report writerprotected void content(HTMLElement body) throws IOException
ReportPagecontent in class ReportPagebody - body tag of the pageIOException - in case of IO problems with the report writerCopyright © 2024. All rights reserved.