Uses of Class
net.sf.jasperreports.crosstabs.fill.calculation.ColumnValueInfo
-
Packages that use ColumnValueInfo 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).net.sf.jasperreports.interactivity.crosstabs -
-
Uses of ColumnValueInfo in net.sf.jasperreports.crosstabs.fill.calculation
Methods in net.sf.jasperreports.crosstabs.fill.calculation that return types with arguments of type ColumnValueInfo Modifier and Type Method Description List<ColumnValueInfo>
OrderByColumnInfo. getColumnValues()
-
Uses of ColumnValueInfo in net.sf.jasperreports.crosstabs.interactive
Methods in net.sf.jasperreports.crosstabs.interactive that return types with arguments of type ColumnValueInfo Modifier and Type Method Description List<ColumnValueInfo>
DataColumnInfo. getColumnValues()
List<ColumnValueInfo>
SortByColumnData. getColumnValues()
Method parameters in net.sf.jasperreports.crosstabs.interactive with type arguments of type ColumnValueInfo Modifier and Type Method Description void
DataColumnInfo. setColumnValues(List<ColumnValueInfo> columnValues)
void
SortByColumnData. setColumnValues(List<ColumnValueInfo> columnValues)
-
Uses of ColumnValueInfo in net.sf.jasperreports.engine.fill
Methods in net.sf.jasperreports.engine.fill that return types with arguments of type ColumnValueInfo Modifier and Type Method Description protected List<ColumnValueInfo>
JRFillCrosstab. toColumnValues(List<BucketDefinition.Bucket> bucketValues)
-
Uses of ColumnValueInfo in net.sf.jasperreports.interactivity.crosstabs
Methods in net.sf.jasperreports.interactivity.crosstabs that return types with arguments of type ColumnValueInfo Modifier and Type Method Description List<ColumnValueInfo>
OrderByColumnInfoImpl. getColumnValues()
Method parameters in net.sf.jasperreports.interactivity.crosstabs with type arguments of type ColumnValueInfo Modifier and Type Method Description void
OrderByColumnInfoImpl. setColumnValues(List<ColumnValueInfo> columnValues)
-