Uses of Interface
net.sf.jasperreports.components.table.GroupCell
Packages that use GroupCell
Package
Description
Contains classes for the built-in Table component.
-
Uses of GroupCell in net.sf.jasperreports.components.table
Classes in net.sf.jasperreports.components.table that implement GroupCellMethods in net.sf.jasperreports.components.table that return types with arguments of type GroupCellModifier and TypeMethodDescriptionColumnFactory.createGroupCells(List<GroupCell> cells) BaseColumn.getGroupFooters()StandardBaseColumn.getGroupFooters()BaseColumn.getGroupHeaders()StandardBaseColumn.getGroupHeaders()Methods in net.sf.jasperreports.components.table with parameters of type GroupCellModifier and TypeMethodDescriptionvoidStandardBaseColumn.addGroupFooter(GroupCell groupCell) voidStandardBaseColumn.addGroupHeader(GroupCell groupCell) booleanStandardBaseColumn.removeGroupFooter(GroupCell groupCell) booleanStandardBaseColumn.removeGroupHeader(GroupCell groupCell) Method parameters in net.sf.jasperreports.components.table with type arguments of type GroupCellModifier and TypeMethodDescriptionprotected voidColumnExpressionCollector.collectGroupCells(List<GroupCell> groupCells) ColumnFactory.createGroupCells(List<GroupCell> cells) protected intStandardBaseColumn.findGroupCellIndex(List<GroupCell> groupCells, String groupName) voidStandardBaseColumn.setGroupFooters(List<GroupCell> groupFooters) voidStandardBaseColumn.setGroupHeaders(List<GroupCell> groupHeaders) protected voidTableCompiler.verifyGroupCells(TableComponent table, List<GroupCell> cells, int width, String cellName, JRVerifier verifier) Constructors in net.sf.jasperreports.components.table with parameters of type GroupCellModifierConstructorDescriptionStandardGroupCell(GroupCell groupCell, ColumnFactory columnFactory)