Package | Description |
---|---|
net.sf.jasperreports.crosstabs.fill.calculation |
Contains classes to be used in crosstab calculations at report filling time.
|
net.sf.jasperreports.crosstabs.interactive |
Contains classes for the Crosstab element interactivity.
|
net.sf.jasperreports.engine.fill |
Contains fill time implementations for the library's main interfaces and the entire
engine used in the filling process (the actual core of JasperReports).
|
Modifier and Type | Method and Description |
---|---|
List<ColumnValueInfo> |
OrderByColumnInfo.getColumnValues() |
Modifier and Type | Method and Description |
---|---|
void |
OrderByColumnInfo.setColumnValues(List<ColumnValueInfo> columnValues) |
Modifier and Type | Method and Description |
---|---|
List<ColumnValueInfo> |
DataColumnInfo.getColumnValues() |
List<ColumnValueInfo> |
SortByColumnData.getColumnValues() |
Modifier and Type | Method and Description |
---|---|
void |
DataColumnInfo.setColumnValues(List<ColumnValueInfo> columnValues) |
void |
SortByColumnData.setColumnValues(List<ColumnValueInfo> columnValues) |
Modifier and Type | Method and Description |
---|---|
protected List<ColumnValueInfo> |
JRFillCrosstab.toColumnValues(List<BucketDefinition.Bucket> bucketValues) |
Copyright © 2016. All rights reserved.