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). -
-
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 java.util.List<ColumnValueInfo>OrderByColumnInfo. getColumnValues()Method parameters in net.sf.jasperreports.crosstabs.fill.calculation with type arguments of type ColumnValueInfo Modifier and Type Method Description voidOrderByColumnInfo. setColumnValues(java.util.List<ColumnValueInfo> columnValues) -
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 java.util.List<ColumnValueInfo>DataColumnInfo. getColumnValues()java.util.List<ColumnValueInfo>SortByColumnData. getColumnValues()Method parameters in net.sf.jasperreports.crosstabs.interactive with type arguments of type ColumnValueInfo Modifier and Type Method Description voidDataColumnInfo. setColumnValues(java.util.List<ColumnValueInfo> columnValues)voidSortByColumnData. setColumnValues(java.util.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 java.util.List<ColumnValueInfo>JRFillCrosstab. toColumnValues(java.util.List<BucketDefinition.Bucket> bucketValues)
-