Uses of Interface
net.sf.jasperreports.engine.fill.JRFillDataset.CacheRecordIndexCallback
Packages that use JRFillDataset.CacheRecordIndexCallback
Package
Description
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 JRFillDataset.CacheRecordIndexCallback in net.sf.jasperreports.engine.fill
Classes in net.sf.jasperreports.engine.fill that implement JRFillDataset.CacheRecordIndexCallbackModifier and TypeClassDescriptionprotected static classprotected static classMethods in net.sf.jasperreports.engine.fill with parameters of type JRFillDataset.CacheRecordIndexCallbackModifier and TypeMethodDescriptionprotected voidJRFillDataset.addCacheRecordIndexCallback(int recordIndex, JRFillDataset.CacheRecordIndexCallback callback) Constructors in net.sf.jasperreports.engine.fill with parameters of type JRFillDataset.CacheRecordIndexCallbackModifierConstructorDescriptionCacheRecordIndexChainedCallback(JRFillDataset.CacheRecordIndexCallback first, JRFillDataset.CacheRecordIndexCallback second)