Uses of Interface
net.sf.jasperreports.components.table.GroupRow
-
Packages that use GroupRow Package Description net.sf.jasperreports.components Contains classes for built-in components.net.sf.jasperreports.components.table Contains classes for the built-in Table component. -
-
Uses of GroupRow in net.sf.jasperreports.components
Method parameters in net.sf.jasperreports.components with type arguments of type GroupRow Modifier and Type Method Description protected voidComponentsXmlWriter. writeGroupRows(JRComponentElement componentElement, java.util.List<GroupRow> rows, java.lang.String name, JRXmlWriter reportWriter) -
Uses of GroupRow in net.sf.jasperreports.components.table
Classes in net.sf.jasperreports.components.table that implement GroupRow Modifier and Type Class Description classStandardGroupRowMethods in net.sf.jasperreports.components.table that return types with arguments of type GroupRow Modifier and Type Method Description java.util.List<GroupRow>RowFactory. createGroupRows(java.util.List<GroupRow> rows)java.util.List<GroupRow>StandardTable. getGroupFooters()java.util.List<GroupRow>TableComponent. getGroupFooters()java.util.List<GroupRow>StandardTable. getGroupHeaders()java.util.List<GroupRow>TableComponent. getGroupHeaders()Methods in net.sf.jasperreports.components.table with parameters of type GroupRow Modifier and Type Method Description voidStandardTable. 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 GroupRow Modifier and Type Method Description voidRowExpressionCollector. collectGroupRows(java.util.List<GroupRow> groupRows)java.util.List<GroupRow>RowFactory. createGroupRows(java.util.List<GroupRow> rows)protected intStandardTable. findGroupRowIndex(java.util.List<GroupRow> groupRows, java.lang.String groupName)voidStandardTable. setGroupFooters(java.util.List<GroupRow> groupFooters)voidStandardTable. setGroupHeaders(java.util.List<GroupRow> groupHeaders)Constructors in net.sf.jasperreports.components.table with parameters of type GroupRow Constructor Description StandardGroupRow(GroupRow groupRow, RowFactory rowFactory)
-