Uses of Interface
net.sf.jasperreports.components.table.GroupRow
-
Packages that use GroupRow Package Description net.sf.jasperreports.components.table 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 GroupRow Modifier and Type Class Description class
StandardGroupRow
Methods in net.sf.jasperreports.components.table that return types with arguments of type GroupRow Modifier and Type Method Description List<GroupRow>
RowFactory. createGroupRows(List<GroupRow> rows)
List<GroupRow>
StandardTable. getGroupFooters()
List<GroupRow>
TableComponent. getGroupFooters()
List<GroupRow>
StandardTable. getGroupHeaders()
List<GroupRow>
TableComponent. getGroupHeaders()
Methods in net.sf.jasperreports.components.table with parameters of type GroupRow Modifier and Type Method Description void
StandardTable. addGroupFooter(GroupRow groupRow)
void
StandardTable. addGroupHeader(GroupRow groupRow)
boolean
StandardTable. removeGroupFooter(GroupRow groupRow)
boolean
StandardTable. removeGroupHeader(GroupRow groupRow)
Method parameters in net.sf.jasperreports.components.table with type arguments of type GroupRow Modifier and Type Method Description void
RowExpressionCollector. collectGroupRows(List<GroupRow> groupRows)
List<GroupRow>
RowFactory. createGroupRows(List<GroupRow> rows)
protected int
StandardTable. findGroupRowIndex(List<GroupRow> groupRows, String groupName)
void
StandardTable. setGroupFooters(List<GroupRow> groupFooters)
void
StandardTable. setGroupHeaders(List<GroupRow> groupHeaders)
Constructors in net.sf.jasperreports.components.table with parameters of type GroupRow Constructor Description StandardGroupRow(GroupRow groupRow, RowFactory rowFactory)
-