Package | Description |
---|---|
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).
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ReturnValue> |
JRDatasetRun.getReturnValues()
Returns the list of values to be copied from the subdataset.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseReturnValue
Base implementation of
ReturnValue . |
Modifier and Type | Field and Description |
---|---|
protected java.util.List<ReturnValue> |
JRBaseDatasetRun.returnValues |
Modifier and Type | Method and Description |
---|---|
java.util.List<ReturnValue> |
JRBaseDatasetRun.getReturnValues() |
Modifier and Type | Method and Description |
---|---|
protected BaseReturnValue |
JRBaseObjectFactory.getReturnValue(ReturnValue returnValue) |
Constructor and Description |
---|
BaseReturnValue(ReturnValue returnValue,
JRBaseObjectFactory factory) |
Modifier and Type | Class and Description |
---|---|
class |
DesignReturnValue
Implementation of
ReturnValue
to be used for report design purposes. |
Modifier and Type | Method and Description |
---|---|
java.util.List<ReturnValue> |
JRDesignDatasetRun.getReturnValuesList()
Returns the list of values to be copied from the subdataset run into the main dataset.
|
Modifier and Type | Method and Description |
---|---|
void |
JRDesignDatasetRun.addReturnValue(ReturnValue returnValue)
Adds a return value to the subdataset run.
|
boolean |
JRDesignDatasetRun.removeReturnValue(ReturnValue returnValue)
Removes a return value from the subdataset run.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ReturnValue> |
JRFillDatasetRun.getReturnValues() |
Constructor and Description |
---|
FillReturnValues(java.util.List<ReturnValue> values,
JRFillObjectFactory factory,
BaseReportFiller filler) |
© 2001-2014 TIBCO Software Inc. www.jaspersoft.com