Uses of Interface
net.sf.jasperreports.components.table.GroupCell
-
Packages that use GroupCell 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 GroupCell in net.sf.jasperreports.components
Method parameters in net.sf.jasperreports.components with type arguments of type GroupCell Modifier and Type Method Description protected voidComponentsXmlWriter. writeGroupCells(JRComponentElement componentElement, java.util.List<GroupCell> cells, java.lang.String name, JRXmlWriter reportWriter) -
Uses of GroupCell in net.sf.jasperreports.components.table
Classes in net.sf.jasperreports.components.table that implement GroupCell Modifier and Type Class Description classStandardGroupCellMethods in net.sf.jasperreports.components.table that return types with arguments of type GroupCell Modifier and Type Method Description java.util.List<GroupCell>ColumnFactory. createGroupCells(java.util.List<GroupCell> cells)java.util.List<GroupCell>BaseColumn. getGroupFooters()java.util.List<GroupCell>StandardBaseColumn. getGroupFooters()java.util.List<GroupCell>BaseColumn. getGroupHeaders()java.util.List<GroupCell>StandardBaseColumn. getGroupHeaders()Methods in net.sf.jasperreports.components.table with parameters of type GroupCell Modifier and Type Method Description voidStandardBaseColumn. 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 GroupCell Modifier and Type Method Description protected voidColumnExpressionCollector. collectGroupCells(java.util.List<GroupCell> groupCells)java.util.List<GroupCell>ColumnFactory. createGroupCells(java.util.List<GroupCell> cells)protected intStandardBaseColumn. findGroupCellIndex(java.util.List<GroupCell> groupCells, java.lang.String groupName)voidStandardBaseColumn. setGroupFooters(java.util.List<GroupCell> groupFooters)voidStandardBaseColumn. setGroupHeaders(java.util.List<GroupCell> groupHeaders)protected voidTableCompiler. verifyGroupCells(TableComponent table, java.util.List<GroupCell> cells, int width, java.lang.String cellName, JRVerifier verifier)Constructors in net.sf.jasperreports.components.table with parameters of type GroupCell Constructor Description StandardGroupCell(GroupCell groupCell, ColumnFactory columnFactory)
-