Package | Description |
---|---|
net.sf.jasperreports.components.table.fill | |
net.sf.jasperreports.engine |
Provides access to the library's main functionality through façade 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 |
---|---|
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 |
---|---|
protected 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 desing 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 | Class and Description |
---|---|
class |
JRFillSubreportReturnValue
Implementation of
JRSubreportReturnValue
used by the filler. |
Modifier and Type | Field and Description |
---|---|
protected JRSubreportReturnValue |
JRFillSubreportReturnValue.parent |
Modifier and Type | Method and Description |
---|---|
protected JRSubreportReturnValue |
JRFillSubreport.createDistinctCountHelperReturnValue(JRSubreportReturnValue returnValue) |
protected JRSubreportReturnValue |
JRFillSubreport.createHelperReturnValue(JRSubreportReturnValue returnValue,
java.lang.String nameSuffix,
CalculationEnum calculation) |
JRSubreportReturnValue[] |
JRFillSubreport.getReturnValues() |
Modifier and Type | Method and Description |
---|---|
protected JRSubreportReturnValue |
JRFillSubreport.createDistinctCountHelperReturnValue(JRSubreportReturnValue returnValue) |
protected JRSubreportReturnValue |
JRFillSubreport.createHelperReturnValue(JRSubreportReturnValue returnValue,
java.lang.String nameSuffix,
CalculationEnum calculation) |
protected JRFillSubreportReturnValue |
JRFillObjectFactory.getSubreportReturnValue(JRSubreportReturnValue returnValue) |
Constructor and Description |
---|
JRFillSubreportReturnValue(JRSubreportReturnValue returnValue,
JRFillObjectFactory factory,
JRBaseFiller filler) |
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com