Uses of Interface
org.jacoco.report.internal.html.table.ITableItem
Packages that use ITableItem
Package
Description
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 ITableItemModifier and TypeClassDescriptionclassPage showing coverage information for a bundle.classPage showing coverage information for a class as a table of methods.classPage showing coverage information for a node that groups other nodes.(package private) final classTable items representing a method.classNodePage<NodeType extends ICoverageNode>Report page that represents a coverage node.classPage showing coverage information for a Java package.classPage showing coverage information for a Java package.(package private) final classTable items representing a source file which cannot be linked.classPage 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.Fields in org.jacoco.report.internal.html.page with type parameters of type ITableItemMethods in org.jacoco.report.internal.html.page with parameters of type ITableItemModifier and TypeMethodDescriptionvoidTablePage.addItem(ITableItem item) Adds the given item to the table. -
Uses of ITableItem in org.jacoco.report.internal.html.table
Classes in org.jacoco.report.internal.html.table that implement interfaces with type arguments of type ITableItemModifier and TypeClassDescription(package private) classAdapter to sort table items based on their coverage nodes.Fields in org.jacoco.report.internal.html.table with type parameters of type ITableItemModifier and TypeFieldDescriptionprivate final Comparator<ITableItem> BarColumn.comparatorprivate final Comparator<ITableItem> CounterColumn.comparatorprivate final Comparator<ITableItem> PercentageColumn.comparatorprivate static final Comparator<ITableItem> LabelColumn.COMPARATORprivate Comparator<ITableItem> Table.defaultComparatorprivate final SortIndex<ITableItem> Table.Column.indexMethods in org.jacoco.report.internal.html.table that return types with arguments of type ITableItemModifier and TypeMethodDescriptionBarColumn.getComparator()CounterColumn.getComparator()IColumnRenderer.getComparator()Returns the comparator to sort this table column.LabelColumn.getComparator()PercentageColumn.getComparator()private List<? extends ITableItem> Table.sort(List<? extends ITableItem> items) Methods in org.jacoco.report.internal.html.table with parameters of type ITableItemModifier and TypeMethodDescription(package private) voidTable.Column.body(HTMLElement tr, int idx, ITableItem item, Resources resources, ReportOutputFolder base) intTableItemComparator.compare(ITableItem i1, ITableItem i2) 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 ITableItemModifier and TypeMethodDescriptionprivate voidTable.body(HTMLElement table, List<? extends ITableItem> items, Resources resources, ReportOutputFolder base) private voidTable.header(HTMLElement table, List<? extends ITableItem> items, ICoverageNode total) booleanBarColumn.init(List<? extends ITableItem> items, ICoverageNode total) booleanCounterColumn.init(List<? extends ITableItem> items, ICoverageNode total) booleanIColumnRenderer.init(List<? extends ITableItem> items, ICoverageNode total) Initializes the column before any output method is called.booleanLabelColumn.init(List<? extends ITableItem> items, ICoverageNode total) booleanPercentageColumn.init(List<? extends ITableItem> items, ICoverageNode total) (package private) voidTable.Column.init(HTMLElement tr, List<? extends ITableItem> items, ICoverageNode total) voidTable.render(HTMLElement parent, List<? extends ITableItem> items, ICoverageNode total, Resources resources, ReportOutputFolder base) Renders a table for the given iconprivate List<? extends ITableItem> Table.sort(List<? extends ITableItem> items)