|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GroupCell | |
|---|---|
| net.sf.jasperreports.components | |
| net.sf.jasperreports.components.table | |
| Uses of GroupCell in net.sf.jasperreports.components |
|---|
| Method parameters in net.sf.jasperreports.components with type arguments of type GroupCell | |
|---|---|
protected void |
ComponentsXmlHandler.writeGroupCells(List<GroupCell> cells,
String name,
JRXmlWriter reportWriter)
|
| Uses of GroupCell in net.sf.jasperreports.components.table |
|---|
| Classes in net.sf.jasperreports.components.table that implement GroupCell | |
|---|---|
class |
StandardGroupCell
|
| Methods in net.sf.jasperreports.components.table that return types with arguments of type GroupCell | |
|---|---|
List<GroupCell> |
ColumnFactory.createGroupCells(List<GroupCell> cells)
|
List<GroupCell> |
StandardBaseColumn.getGroupFooters()
|
List<GroupCell> |
BaseColumn.getGroupFooters()
|
List<GroupCell> |
StandardBaseColumn.getGroupHeaders()
|
List<GroupCell> |
BaseColumn.getGroupHeaders()
|
| Methods in net.sf.jasperreports.components.table with parameters of type GroupCell | |
|---|---|
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 | |
|---|---|
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 | |
|---|---|
StandardGroupCell(GroupCell groupCell,
ColumnFactory columnFactory)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||