NodeType - type of the node represented by this pageILinkable, ITableItemBundlePage, ClassPage, GroupPage, PackagePage, PackageSourcePagepublic abstract class TablePage<NodeType extends ICoverageNode> extends NodePage<NodeType>
context, folder| Modifier | Constructor | Description |
|---|---|---|
protected |
TablePage(NodeType node,
ReportPage parent,
ReportOutputFolder folder,
IHTMLReportContext context) |
Creates a new node page.
|
| Modifier and Type | Method | 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, getNodeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetFileName, 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 java.io.IOException
ReportPagehead in class ReportPagehead - head tag of the pagejava.io.IOException - in case of IO problems with the report writerprotected void content(HTMLElement body) throws java.io.IOException
ReportPagecontent in class ReportPagebody - body tag of the pagejava.io.IOException - in case of IO problems with the report writerCopyright © 2018. All rights reserved.