Uses of Interface
net.sf.jasperreports.engine.data.IndexedDataSource
Packages that use IndexedDataSource
Package
Description
Contains classes for data caching.
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 IndexedDataSourceMethods in net.sf.jasperreports.data.cache that return IndexedDataSourceModifier and TypeMethodDescriptionColumnCacheData.createDataSource()
StandardColumnCacheData.createDataSource()
CachedDataset.getDataSource()
StandardCachedDataset.getDataSource()
Constructors in net.sf.jasperreports.data.cache with parameters of type IndexedDataSourceModifierConstructorDescriptionStandardCachedDataset
(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