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).
|
Modifier and Type | Class and Description |
---|---|
class |
FillDatasetRun
Used to iterate on the list subdataset at fill time.
|
Modifier and Type | Class and Description |
---|---|
class |
MarkerFillDatasetRun
Used to iterate on a subdataset and create a sorted data source.
|
Modifier and Type | Field and Description |
---|---|
protected JRFillDatasetRun |
JRFillElementDataset.datasetRun |
Modifier and Type | Method and Description |
---|---|
JRFillDatasetRun |
JRFillObjectFactory.getDatasetRun(JRDatasetRun datasetRun) |
Modifier and Type | Method and Description |
---|---|
List<JRFillDatasetRun> |
JRFillObjectFactory.getTrackedDatasetRuns() |
Modifier and Type | Method and Description |
---|---|
void |
JRFillObjectFactory.registerDatasetRun(JRFillDatasetRun datasetRun) |
Constructor and Description |
---|
JRFillDatasetRun(JRFillDatasetRun datasetRun,
JRFillCloneFactory factory) |
Copyright © 2017. All rights reserved.