Uses of Class
net.sf.jasperreports.crosstabs.fill.calculation.ColumnValueInfo
Packages that use ColumnValueInfo
Package
Description
Contains classes to be used in crosstab calculations at report filling time.
Contains classes for the Crosstab element interactivity.
Contains fill time implementations for the library's main interfaces and the entire
engine used in the filling process (the actual core of JasperReports).
-
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 -
Uses of ColumnValueInfo in net.sf.jasperreports.crosstabs.interactive
Methods in net.sf.jasperreports.crosstabs.interactive that return types with arguments of type ColumnValueInfoModifier and TypeMethodDescriptionDataColumnInfo.getColumnValues()SortByColumnData.getColumnValues()Method parameters in net.sf.jasperreports.crosstabs.interactive with type arguments of type ColumnValueInfoModifier and TypeMethodDescriptionvoidDataColumnInfo.setColumnValues(List<ColumnValueInfo> columnValues) voidSortByColumnData.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 ColumnValueInfoModifier and TypeMethodDescriptionprotected List<ColumnValueInfo> JRFillCrosstab.toColumnValues(List<BucketDefinition.Bucket> bucketValues)