Package | Description |
---|---|
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.xml |
Contains classes for loading report templates from XML files.
|
net.sf.jasperreports.parts.subreport |
Modifier and Type | Class and Description |
---|---|
class |
SubreportReturnValueAdapter |
Modifier and Type | Method and Description |
---|---|
JRSubreportReturnValue[] |
TableSubreport.getReturnValues() |
Modifier and Type | Method and Description |
---|---|
JRSubreportReturnValue[] |
JRSubreport.getReturnValues()
Returns the list of subreport copied values.
|
Modifier and Type | Class and Description |
---|---|
class |
JRBaseSubreportReturnValue
Base implementation of
JRSubreportReturnValue . |
Modifier and Type | Field and Description |
---|---|
protected JRSubreportReturnValue[] |
JRBaseSubreport.returnValues
Values to be copied from the subreport into the master report.
|
Modifier and Type | Method and Description |
---|---|
JRSubreportReturnValue[] |
JRBaseSubreport.getReturnValues()
Returns the list of values to be copied from the subreport into the master.
|
Modifier and Type | Method and Description |
---|---|
JRBaseSubreportReturnValue |
JRBaseObjectFactory.getSubreportReturnValue(JRSubreportReturnValue returnValue) |
Constructor and Description |
---|
JRBaseSubreportReturnValue(JRSubreportReturnValue returnValue,
JRBaseObjectFactory factory) |
Modifier and Type | Class and Description |
---|---|
class |
JRDesignSubreportReturnValue
Implementation of
JRSubreportReturnValue
to be used for report design purposes. |
Modifier and Type | Field and Description |
---|---|
protected java.util.List<JRSubreportReturnValue> |
JRDesignSubreport.returnValues
Values to be copied from the subreport into the master report.
|
Modifier and Type | Method and Description |
---|---|
JRSubreportReturnValue[] |
JRDesignSubreport.getReturnValues()
Returns the list of values to be copied from the subreport into the master.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<JRSubreportReturnValue> |
JRDesignSubreport.getReturnValuesList()
Returns the list of values to be copied from the subreport into the master.
|
Modifier and Type | Method and Description |
---|---|
void |
JRDesignSubreport.addReturnValue(JRSubreportReturnValue returnValue)
Adds a return value to the subreport.
|
boolean |
JRDesignSubreport.removeReturnValue(JRSubreportReturnValue returnValue)
Removes a return value from the subreport.
|
Modifier and Type | Method and Description |
---|---|
JRSubreportReturnValue[] |
JRFillSubreport.getReturnValues() |
Modifier and Type | Method and Description |
---|---|
protected JRFillVariableReturnValue |
JRFillObjectFactory.getSubreportReturnValue(JRSubreportReturnValue returnValue) |
Constructor and Description |
---|
FillReturnValues(JRSubreportReturnValue[] values,
JRFillObjectFactory factory,
BaseReportFiller filler) |
Modifier and Type | Method and Description |
---|---|
void |
JRXmlWriter.writeSubreportReturnValue(JRSubreportReturnValue returnValue,
XmlNamespace namespace) |
Modifier and Type | Field and Description |
---|---|
protected java.util.List<JRSubreportReturnValue> |
StandardSubreportPartComponent.returnValues
Values to be copied from the subreport into the master report.
|
Modifier and Type | Method and Description |
---|---|
JRSubreportReturnValue[] |
SubreportPartComponent.getReturnValues()
Returns the list of subreport copied values.
|
JRSubreportReturnValue[] |
StandardSubreportPartComponent.getReturnValues()
Returns the list of values to be copied from the subreport into the master.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<JRSubreportReturnValue> |
StandardSubreportPartComponent.getReturnValuesList()
Returns the list of values to be copied from the subreport into the master.
|
Modifier and Type | Method and Description |
---|---|
void |
StandardSubreportPartComponent.addReturnValue(JRSubreportReturnValue returnValue)
Adds a return value to the subreport.
|
boolean |
StandardSubreportPartComponent.removeReturnValue(JRSubreportReturnValue returnValue)
Removes a return value from the subreport.
|
© 2001-2014 TIBCO Software Inc. www.jaspersoft.com