Uses of Interface
net.sf.jasperreports.components.table.GroupCell
-
Packages that use GroupCell Package Description net.sf.jasperreports.components.table 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 GroupCell Modifier and Type Class Description class
StandardGroupCell
Methods in net.sf.jasperreports.components.table that return types with arguments of type GroupCell Modifier and Type Method Description List<GroupCell>
ColumnFactory. createGroupCells(List<GroupCell> cells)
List<GroupCell>
BaseColumn. getGroupFooters()
List<GroupCell>
StandardBaseColumn. getGroupFooters()
List<GroupCell>
BaseColumn. getGroupHeaders()
List<GroupCell>
StandardBaseColumn. getGroupHeaders()
Methods in net.sf.jasperreports.components.table with parameters of type GroupCell Modifier and Type Method Description void
StandardBaseColumn. addGroupFooter(GroupCell groupCell)
void
StandardBaseColumn. addGroupHeader(GroupCell groupCell)
boolean
StandardBaseColumn. removeGroupFooter(GroupCell groupCell)
boolean
StandardBaseColumn. removeGroupHeader(GroupCell groupCell)
Method parameters in net.sf.jasperreports.components.table with type arguments of type GroupCell Modifier and Type Method Description protected void
ColumnExpressionCollector. collectGroupCells(List<GroupCell> groupCells)
List<GroupCell>
ColumnFactory. createGroupCells(List<GroupCell> cells)
protected int
StandardBaseColumn. findGroupCellIndex(List<GroupCell> groupCells, String groupName)
void
StandardBaseColumn. setGroupFooters(List<GroupCell> groupFooters)
void
StandardBaseColumn. setGroupHeaders(List<GroupCell> groupHeaders)
protected void
TableCompiler. verifyGroupCells(TableComponent table, List<GroupCell> cells, int width, String cellName, JRVerifier verifier)
Constructors in net.sf.jasperreports.components.table with parameters of type GroupCell Constructor Description StandardGroupCell(GroupCell groupCell, ColumnFactory columnFactory)
-