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 classColumnValuesDataSourceMethods in net.sf.jasperreports.data.cache that return IndexedDataSource Modifier and Type Method Description IndexedDataSourceColumnCacheData. createDataSource()IndexedDataSourceStandardColumnCacheData. createDataSource()IndexedDataSourceCachedDataset. getDataSource()IndexedDataSourceStandardCachedDataset. getDataSource()Constructors in net.sf.jasperreports.data.cache with parameters of type IndexedDataSource Constructor Description StandardCachedDataset(IndexedDataSource dataSource, java.util.Map<java.lang.String,java.lang.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 classSortedDataSource
-