Uses of Interface
net.sf.jasperreports.data.cache.DataSnapshot
-
Packages that use DataSnapshot 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 DataSnapshot in net.sf.jasperreports.data.cache
Classes in net.sf.jasperreports.data.cache that implement DataSnapshot Modifier and Type Class Description class
ColumnDataSnapshot
Methods in net.sf.jasperreports.data.cache that return DataSnapshot Modifier and Type Method Description DataSnapshot
ColumnDataCacheHandler. getDataSnapshot()
DataSnapshot
DataCacheHandler. getDataSnapshot()
DataSnapshot
PopulatedSnapshotCacheHandler. getDataSnapshot()
Methods in net.sf.jasperreports.data.cache with parameters of type DataSnapshot Modifier and Type Method Description protected void
ColumnDataCacheHandler. setDataSnapshot(DataSnapshot snapshot)
Constructors in net.sf.jasperreports.data.cache with parameters of type DataSnapshot Constructor Description PopulatedSnapshotCacheHandler(DataSnapshot snapshot)
-
Uses of DataSnapshot in net.sf.jasperreports.engine.fill
Methods in net.sf.jasperreports.engine.fill that return DataSnapshot Modifier and Type Method Description DataSnapshot
JRFillContext. getDataSnapshot()
-