Uses of Interface
net.sf.jasperreports.engine.data.IndexedDataSource
-
Packages that use IndexedDataSource Package Description net.sf.jasperreports.data.cache Contains classes for data caching.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 IndexedDataSource in net.sf.jasperreports.data.cache
Classes in net.sf.jasperreports.data.cache that implement IndexedDataSource Modifier and Type Class Description class
ColumnValuesDataSource
Methods in net.sf.jasperreports.data.cache that return IndexedDataSource Modifier and Type Method Description IndexedDataSource
ColumnCacheData. createDataSource()
IndexedDataSource
StandardColumnCacheData. createDataSource()
IndexedDataSource
CachedDataset. getDataSource()
IndexedDataSource
StandardCachedDataset. getDataSource()
Constructors in net.sf.jasperreports.data.cache with parameters of type IndexedDataSource Constructor Description StandardCachedDataset(IndexedDataSource dataSource, Map<String,Object> parameters)
-
Uses of IndexedDataSource in net.sf.jasperreports.engine.fill
Classes in net.sf.jasperreports.engine.fill that implement IndexedDataSource Modifier and Type Class Description class
SortedDataSource
-