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.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ComponentsXmlWriter.writeGroupCells(JRComponentElement componentElement,
List<GroupCell> cells,
String name,
JRXmlWriter reportWriter) |
Modifier and Type | Class and Description |
---|---|
class |
StandardGroupCell |
Modifier and Type | Method and Description |
---|---|
List<GroupCell> |
ColumnFactory.createGroupCells(List<GroupCell> cells) |
List<GroupCell> |
StandardBaseColumn.getGroupFooters() |
List<GroupCell> |
BaseColumn.getGroupFooters() |
List<GroupCell> |
StandardBaseColumn.getGroupHeaders() |
List<GroupCell> |
BaseColumn.getGroupHeaders() |
Modifier and Type | Method and Description |
---|---|
void |
StandardBaseColumn.addGroupFooter(GroupCell groupCell) |
void |
StandardBaseColumn.addGroupHeader(GroupCell groupCell) |
boolean |
StandardBaseColumn.removeGroupFooter(GroupCell groupCell) |
boolean |
StandardBaseColumn.removeGroupHeader(GroupCell groupCell) |
Modifier and Type | Method and 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) |
Constructor and Description |
---|
StandardGroupCell(GroupCell groupCell,
ColumnFactory columnFactory) |
Copyright © 2016. All rights reserved.