Uses of Class
org.jacoco.report.internal.html.HTMLElement
Packages that use HTMLElement
Package
Description
Internal: Sortable HTML table for coverage node elements.
-
Uses of HTMLElement in org.jacoco.report.internal.html
Methods in org.jacoco.report.internal.html that return HTMLElementModifier and TypeMethodDescriptionCreates a 'a' element.Creates a 'a' element.HTMLElement.a(ILinkable linkable, ReportOutputFolder base) Creates a link to the givenILinkable.HTMLElement.body()Creates a 'body' element.HTMLElement.code()Creates a 'code' element.Creates a 'div' element.HTMLElement.h1()Creates a 'h1' element.HTMLElement.head()Creates a 'head' element.Creates a 'link' element.Creates a 'meta' element.HTMLElement.p()Creates a 'p' element.Creates a 'pre' element.HTMLElement.span()Creates a 'span' element.Creates a 'span' element.Creates a 'span' element.Creates a 'table' element.HTMLElement.tbody()Creates a 'tbody' element.HTMLElement.td()Creates a 'td' element.Creates a 'td' element.HTMLElement.tfoot()Creates a 'tfoot' element.HTMLElement.thead()Creates a 'thead' element.HTMLElement.title()Creates a 'title' element.HTMLElement.tr()Creates a 'tr' element. -
Uses of HTMLElement in org.jacoco.report.internal.html.page
Methods in org.jacoco.report.internal.html.page with parameters of type HTMLElementModifier and TypeMethodDescriptionprotected voidBundlePage.content(HTMLElement body) protected voidClassPage.content(HTMLElement body) protected abstract voidReportPage.content(HTMLElement body) Creates the actual content of the page.protected voidSessionsPage.content(HTMLElement body) protected voidSourceFilePage.content(HTMLElement body) protected voidTablePage.content(HTMLElement body) protected voidReportPage.head(HTMLElement head) Creates the elements within the head element.protected voidSourceFilePage.head(HTMLElement head) protected voidTablePage.head(HTMLElement head) protected voidPackagePage.infoLinks(HTMLElement span) protected voidPackageSourcePage.infoLinks(HTMLElement span) protected voidReportPage.infoLinks(HTMLElement span) Inserts additional links on the top right corner. -
Uses of HTMLElement in org.jacoco.report.internal.html.table
Methods in org.jacoco.report.internal.html.table with parameters of type HTMLElementModifier and TypeMethodDescriptionvoidBarColumn.footer(HTMLElement td, ICoverageNode total, Resources resources, ReportOutputFolder base) voidCounterColumn.footer(HTMLElement td, ICoverageNode total, Resources resources, ReportOutputFolder base) voidIColumnRenderer.footer(HTMLElement td, ICoverageNode total, Resources resources, ReportOutputFolder base) Renders the footer for this column.voidLabelColumn.footer(HTMLElement td, ICoverageNode total, Resources resources, ReportOutputFolder base) voidPercentageColumn.footer(HTMLElement td, ICoverageNode total, Resources resources, ReportOutputFolder base) voidBarColumn.item(HTMLElement td, ITableItem item, Resources resources, ReportOutputFolder base) voidCounterColumn.item(HTMLElement td, ITableItem item, Resources resources, ReportOutputFolder base) voidIColumnRenderer.item(HTMLElement td, ITableItem item, Resources resources, ReportOutputFolder base) Renders a single item in this column.voidLabelColumn.item(HTMLElement td, ITableItem item, Resources resources, ReportOutputFolder base) voidPercentageColumn.item(HTMLElement td, ITableItem item, Resources resources, ReportOutputFolder base) voidTable.render(HTMLElement parent, List<? extends ITableItem> items, ICoverageNode total, Resources resources, ReportOutputFolder base) Renders a table for the given icon