Uses of Interface
net.sf.jasperreports.components.table.GroupRow
Packages that use GroupRow
Package
Description
Contains classes for the built-in Table component.
-
Uses of GroupRow in net.sf.jasperreports.components.table
Classes in net.sf.jasperreports.components.table that implement GroupRowMethods in net.sf.jasperreports.components.table that return types with arguments of type GroupRowModifier and TypeMethodDescriptionRowFactory.createGroupRows(List<GroupRow> rows) StandardTable.getGroupFooters()TableComponent.getGroupFooters()StandardTable.getGroupHeaders()TableComponent.getGroupHeaders()Methods in net.sf.jasperreports.components.table with parameters of type GroupRowModifier and TypeMethodDescriptionvoidStandardTable.addGroupFooter(GroupRow groupRow) voidStandardTable.addGroupHeader(GroupRow groupRow) booleanStandardTable.removeGroupFooter(GroupRow groupRow) booleanStandardTable.removeGroupHeader(GroupRow groupRow) Method parameters in net.sf.jasperreports.components.table with type arguments of type GroupRowModifier and TypeMethodDescriptionvoidRowExpressionCollector.collectGroupRows(List<GroupRow> groupRows) RowFactory.createGroupRows(List<GroupRow> rows) protected intStandardTable.findGroupRowIndex(List<GroupRow> groupRows, String groupName) voidStandardTable.setGroupFooters(List<GroupRow> groupFooters) voidStandardTable.setGroupHeaders(List<GroupRow> groupHeaders) Constructors in net.sf.jasperreports.components.table with parameters of type GroupRow