NodeType
- type of the node represented by this pageILinkable
, ITableItem
BundlePage
, ClassPage
, GroupPage
, PackagePage
, PackageSourcePage
public 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, getNode
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getFileName, getLink, getOnload, infoLinks, 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 java.io.IOException
ReportPage
head
in class ReportPage
head
- head tag of the pagejava.io.IOException
- in case of IO problems with the report writerprotected void content(HTMLElement body) throws java.io.IOException
ReportPage
content
in class ReportPage
body
- body tag of the pagejava.io.IOException
- in case of IO problems with the report writerCopyright © 2018. All rights reserved.