Uses of Interface
org.jacoco.report.internal.html.table.ITableItem
-
Packages that use ITableItem Package Description org.jacoco.report.internal.html.page org.jacoco.report.internal.html.table Internal: Sortable HTML table for coverage node elements. -
-
Uses of ITableItem in org.jacoco.report.internal.html.page
Classes in org.jacoco.report.internal.html.page that implement ITableItem Modifier and Type Class Description classBundlePagePage showing coverage information for a bundle.classClassPagePage showing coverage information for a class as a table of methods.classGroupPagePage showing coverage information for a node that groups other nodes.classNodePage<NodeType extends ICoverageNode>Report page that represents a coverage node.classPackagePagePage showing coverage information for a Java package.classPackageSourcePagePage showing coverage information for a Java package.classSourceFilePagePage showing the content of a source file with numbered and highlighted source lines.classTablePage<NodeType extends ICoverageNode>Report page that contains a table of items linked to other pages.Methods in org.jacoco.report.internal.html.page with parameters of type ITableItem Modifier and Type Method Description voidTablePage. addItem(ITableItem item)Adds the given item to the table. -
Uses of ITableItem in org.jacoco.report.internal.html.table
Methods in org.jacoco.report.internal.html.table that return types with arguments of type ITableItem Modifier and Type Method Description java.util.Comparator<ITableItem>BarColumn. getComparator()java.util.Comparator<ITableItem>CounterColumn. getComparator()java.util.Comparator<ITableItem>IColumnRenderer. getComparator()Returns the comparator to sort this table column.java.util.Comparator<ITableItem>LabelColumn. getComparator()java.util.Comparator<ITableItem>PercentageColumn. getComparator()Methods in org.jacoco.report.internal.html.table with parameters of type ITableItem Modifier and Type Method Description 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)Method parameters in org.jacoco.report.internal.html.table with type arguments of type ITableItem Modifier and Type Method Description booleanBarColumn. init(java.util.List<? extends ITableItem> items, ICoverageNode total)booleanCounterColumn. init(java.util.List<? extends ITableItem> items, ICoverageNode total)booleanIColumnRenderer. init(java.util.List<? extends ITableItem> items, ICoverageNode total)Initializes the column before any output method is called.booleanLabelColumn. init(java.util.List<? extends ITableItem> items, ICoverageNode total)booleanPercentageColumn. init(java.util.List<? extends ITableItem> items, ICoverageNode total)voidTable. render(HTMLElement parent, java.util.List<? extends ITableItem> items, ICoverageNode total, Resources resources, ReportOutputFolder base)Renders a table for the given icon
-