Package | Description |
---|---|
org.jacoco.report.internal.html | |
org.jacoco.report.internal.html.page | |
org.jacoco.report.internal.html.table |
Internal: Sortable HTML table for coverage node elements.
|
Modifier and Type | Method and Description |
---|---|
HTMLElement |
HTMLElement.a(ILinkable linkable,
ReportOutputFolder base)
Creates a link to the given
ILinkable . |
HTMLElement |
HTMLElement.a(String hrefattr)
Creates a 'a' element.
|
HTMLElement |
HTMLElement.a(String hrefattr,
String classattr)
Creates a 'a' element.
|
HTMLElement |
HTMLDocument.body()
Creates a 'body' element.
|
HTMLElement |
HTMLElement.code()
Creates a 'code' element.
|
HTMLElement |
HTMLElement.div(String classattr)
Creates a 'div' element.
|
HTMLElement |
HTMLElement.element(String name) |
HTMLElement |
HTMLDocument.element(String name) |
HTMLElement |
HTMLElement.h1()
Creates a 'h1' element.
|
HTMLElement |
HTMLDocument.head()
Creates a 'head' element.
|
HTMLElement |
HTMLElement.link(String relattr,
String hrefattr,
String typeattr)
Creates a 'link' element.
|
HTMLElement |
HTMLElement.meta(String httpequivattr,
String contentattr)
Creates a 'meta' element.
|
HTMLElement |
HTMLElement.p()
Creates a 'p' element.
|
HTMLElement |
HTMLElement.pre(String classattr)
Creates a 'pre' element.
|
HTMLElement |
HTMLElement.span()
Creates a 'span' element.
|
HTMLElement |
HTMLElement.span(String classattr)
Creates a 'span' element.
|
HTMLElement |
HTMLElement.span(String classattr,
String idattr)
Creates a 'span' element.
|
HTMLElement |
HTMLElement.table(String classattr)
Creates a 'table' element.
|
HTMLElement |
HTMLElement.tbody()
Creates a 'tbody' element.
|
HTMLElement |
HTMLElement.td()
Creates a 'td' element.
|
HTMLElement |
HTMLElement.td(String classattr)
Creates a 'td' element.
|
HTMLElement |
HTMLElement.tfoot()
Creates a 'tfoot' element.
|
HTMLElement |
HTMLElement.thead()
Creates a 'thead' element.
|
HTMLElement |
HTMLElement.title()
Creates a 'title' element.
|
HTMLElement |
HTMLElement.tr()
Creates a 'tr' element.
|
Modifier and Type | Method and Description |
---|---|
protected abstract void |
ReportPage.content(HTMLElement body)
Creates the actual content of the page.
|
protected void |
SessionsPage.content(HTMLElement body) |
protected void |
TablePage.content(HTMLElement body) |
protected void |
SourceFilePage.content(HTMLElement body) |
protected void |
ReportPage.head(HTMLElement head)
Creates the elements within the head element.
|
protected void |
TablePage.head(HTMLElement head) |
protected void |
SourceFilePage.head(HTMLElement head) |
protected void |
ReportPage.infoLinks(HTMLElement span)
Inserts additional links on the top right corner.
|
protected void |
PackageSourcePage.infoLinks(HTMLElement span) |
protected void |
PackagePage.infoLinks(HTMLElement span) |
Modifier and Type | Method and Description |
---|---|
void |
LabelColumn.footer(HTMLElement td,
ICoverageNode total,
Resources resources,
ReportOutputFolder base) |
void |
CounterColumn.footer(HTMLElement td,
ICoverageNode total,
Resources resources,
ReportOutputFolder base) |
void |
BarColumn.footer(HTMLElement td,
ICoverageNode total,
Resources resources,
ReportOutputFolder base) |
void |
PercentageColumn.footer(HTMLElement td,
ICoverageNode total,
Resources resources,
ReportOutputFolder base) |
void |
IColumnRenderer.footer(HTMLElement td,
ICoverageNode total,
Resources resources,
ReportOutputFolder base)
Renders the footer for this column.
|
void |
LabelColumn.item(HTMLElement td,
ITableItem item,
Resources resources,
ReportOutputFolder base) |
void |
CounterColumn.item(HTMLElement td,
ITableItem item,
Resources resources,
ReportOutputFolder base) |
void |
BarColumn.item(HTMLElement td,
ITableItem item,
Resources resources,
ReportOutputFolder base) |
void |
PercentageColumn.item(HTMLElement td,
ITableItem item,
Resources resources,
ReportOutputFolder base) |
void |
IColumnRenderer.item(HTMLElement td,
ITableItem item,
Resources resources,
ReportOutputFolder base)
Renders a single item in this column.
|
void |
Table.render(HTMLElement parent,
List<? extends ITableItem> items,
ICoverageNode total,
Resources resources,
ReportOutputFolder base)
Renders a table for the given icon
|
Copyright © 2014. All rights reserved.