Package | Description |
---|---|
net.sf.jasperreports.components.list |
Contains classes for the built-in List component.
|
net.sf.jasperreports.components.map |
Contains classes for the built-in Google Map component.
|
net.sf.jasperreports.components.map.fill |
Contains fill time implementations for Google Map component related interfaces.
|
net.sf.jasperreports.components.table |
Contains classes for the built-in Table component.
|
net.sf.jasperreports.components.table.fill |
Contains fill time implementations for Table component related interfaces.
|
net.sf.jasperreports.engine |
Provides access to the library's main functionality through facade classes for compiling, filling
and exporting reports and also publishes the library's main interfaces and classes.
|
net.sf.jasperreports.engine.base |
Contains base implementations for the library's main interfaces.
|
net.sf.jasperreports.engine.design |
Contains design time implementations for the library's main interfaces as well as report compiling tools.
|
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).
|
net.sf.jasperreports.engine.util |
Contains utility classes for the core library.
|
net.sf.jasperreports.engine.xml |
Contains classes for loading report templates from XML files.
|
Modifier and Type | Class and Description |
---|---|
class |
FillDatasetRun
Used to iterate on the list subdataset at fill time.
|
Modifier and Type | Method and Description |
---|---|
JRDatasetRun |
StandardListComponent.getDatasetRun() |
JRDatasetRun |
ListComponent.getDatasetRun()
Returns the subdataset run information that will be used by this list.
|
Modifier and Type | Method and Description |
---|---|
void |
StandardListComponent.setDatasetRun(JRDatasetRun datasetRun)
Sets the subdataset run information that will be used by this list.
|
Constructor and Description |
---|
FillDatasetRun(JRDatasetRun datasetRun,
JRFillObjectFactory factory) |
Modifier and Type | Method and Description |
---|---|
JRDatasetRun |
StandardMarkerDataset.getDatasetRun()
Deprecated.
|
JRDatasetRun |
MarkerDataset.getDatasetRun()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
StandardMarkerDataset.setDatasetRun(JRDatasetRun datasetRun)
Deprecated.
Sets the subdataset run information that will be used to create the marker list.
|
Modifier and Type | Class and Description |
---|---|
class |
MarkerFillDatasetRun
Used to iterate on a subdataset and create a sorted data source.
|
Constructor and Description |
---|
MarkerFillDatasetRun(JRDatasetRun datasetRun,
JRFillObjectFactory factory) |
Modifier and Type | Method and Description |
---|---|
JRDatasetRun |
StandardTable.getDatasetRun() |
JRDatasetRun |
TableComponent.getDatasetRun() |
Modifier and Type | Method and Description |
---|---|
void |
StandardTable.setDatasetRun(JRDatasetRun datasetRun) |
Constructor and Description |
---|
TableSubreport(JRDatasetRun datasetRun,
JRComponentElement componentElement) |
Modifier and Type | Method and Description |
---|---|
JRDatasetRun |
JRElementDataset.getDatasetRun()
Returns the sub dataset run for this chart dataset.
|
Modifier and Type | Method and Description |
---|---|
void |
JRExpressionCollector.collect(JRDatasetRun datasetRun)
Collects expressions from a subdataset run object.
|
Modifier and Type | Class and Description |
---|---|
class |
JRBaseDatasetRun
Base implementation of the
JRDatasetRun interface. |
Modifier and Type | Field and Description |
---|---|
protected JRDatasetRun |
JRBaseElementDataset.datasetRun |
Modifier and Type | Method and Description |
---|---|
JRDatasetRun |
JRBaseElementDataset.getDatasetRun() |
Modifier and Type | Method and Description |
---|---|
JRBaseDatasetRun |
JRBaseObjectFactory.getDatasetRun(JRDatasetRun datasetRun) |
Constructor and Description |
---|
JRBaseDatasetRun(JRDatasetRun datasetRun,
JRBaseObjectFactory factory)
Creates a copy of a dataset instantiation.
|
Modifier and Type | Class and Description |
---|---|
class |
JRDesignDatasetRun
Implementation of
JRDatasetRun to be used for report design. |
Modifier and Type | Method and Description |
---|---|
void |
JRDesignElementDataset.setDatasetRun(JRDatasetRun datasetRun)
Sets the sub dataset run for this dataset.
|
void |
JRVerifier.verifyDatasetRun(JRDatasetRun datasetRun)
Verifies a subdataset run object.
|
Modifier and Type | Class and Description |
---|---|
class |
JRFillDatasetRun
Class used to instantiate sub datasets.
|
Modifier and Type | Field and Description |
---|---|
protected JRDatasetRun |
JRFillDatasetRun.parentDatasetRun |
Modifier and Type | Method and Description |
---|---|
JRDatasetRun |
JRFillElementDataset.getDatasetRun() |
Modifier and Type | Method and Description |
---|---|
JRFillDatasetRun |
JRFillObjectFactory.getDatasetRun(JRDatasetRun datasetRun) |
Constructor and Description |
---|
JRFillDatasetRun(BaseReportFiller filler,
JRDatasetRun datasetRun,
JRFillDataset dataset) |
JRFillDatasetRun(JRBaseFiller filler,
JRDatasetRun datasetRun,
JRFillObjectFactory factory)
Construct an instance for a dataset run.
|
Modifier and Type | Method and Description |
---|---|
static JRDataset |
JRReportUtils.findSubdataset(JRDatasetRun datasetRun,
JasperReport report) |
void |
JRApiWriter.writeDatasetRun(JRDatasetRun datasetRun,
java.lang.String parentName)
Outputs the XML representation of a subdataset run object.
|
Modifier and Type | Method and Description |
---|---|
void |
JRXmlWriter.writeDatasetRun(JRDatasetRun datasetRun)
Outputs the XML representation of a subdataset run object.
|
© 2001-2014 TIBCO Software Inc. www.jaspersoft.com