Uses of Class
net.sf.jasperreports.engine.fill.JRFillDatasetRun
-
Packages that use JRFillDatasetRun Package Description net.sf.jasperreports.components.list Contains classes for the built-in List component.net.sf.jasperreports.components.map.fill Contains fill time implementations for Google Map component related interfaces.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 JRFillDatasetRun in net.sf.jasperreports.components.list
Subclasses of JRFillDatasetRun in net.sf.jasperreports.components.list Modifier and Type Class Description class
FillDatasetRun
Used to iterate on the list subdataset at fill time. -
Uses of JRFillDatasetRun in net.sf.jasperreports.components.map.fill
Subclasses of JRFillDatasetRun in net.sf.jasperreports.components.map.fill Modifier and Type Class Description class
MarkerFillDatasetRun
Used to iterate on a subdataset and create a sorted data source. -
Uses of JRFillDatasetRun in net.sf.jasperreports.engine.fill
Fields in net.sf.jasperreports.engine.fill declared as JRFillDatasetRun Modifier and Type Field Description protected JRFillDatasetRun
JRFillElementDataset. datasetRun
Methods in net.sf.jasperreports.engine.fill that return JRFillDatasetRun Modifier and Type Method Description JRFillDatasetRun
JRFillObjectFactory. getDatasetRun(JRDatasetRun datasetRun)
Methods in net.sf.jasperreports.engine.fill that return types with arguments of type JRFillDatasetRun Modifier and Type Method Description List<JRFillDatasetRun>
JRFillObjectFactory. getTrackedDatasetRuns()
Methods in net.sf.jasperreports.engine.fill with parameters of type JRFillDatasetRun Modifier and Type Method Description void
JRFillObjectFactory. registerDatasetRun(JRFillDatasetRun datasetRun)
Constructors in net.sf.jasperreports.engine.fill with parameters of type JRFillDatasetRun Constructor Description JRFillDatasetRun(JRFillDatasetRun datasetRun, JRFillCloneFactory factory)
-