Uses of Interface
net.sf.jasperreports.engine.fill.JRFillDataset.CacheRecordIndexCallback
-
Packages that use JRFillDataset.CacheRecordIndexCallback Package Description 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 JRFillDataset.CacheRecordIndexCallback in net.sf.jasperreports.engine.fill
Classes in net.sf.jasperreports.engine.fill that implement JRFillDataset.CacheRecordIndexCallback Modifier and Type Class Description protected static class
JRFillDataset.CacheRecordIndexChainedCallback
protected static class
JRFillDataset.FillDatasetPositionRecordIndexCallback
Methods in net.sf.jasperreports.engine.fill with parameters of type JRFillDataset.CacheRecordIndexCallback Modifier and Type Method Description protected void
JRFillDataset. addCacheRecordIndexCallback(int recordIndex, JRFillDataset.CacheRecordIndexCallback callback)
Constructors in net.sf.jasperreports.engine.fill with parameters of type JRFillDataset.CacheRecordIndexCallback Constructor Description CacheRecordIndexChainedCallback(JRFillDataset.CacheRecordIndexCallback first, JRFillDataset.CacheRecordIndexCallback second)
-