| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SubreportReturnValueAdapter |
| Constructor and Description |
|---|
SubreportReturnValueAdapter(VariableReturnValue returnValue) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
JRSubreportReturnValue
A value copied from a subreport into a variable of the master report.
|
interface |
ReturnValue
A value copied from a subdataset into a variable of the parent report.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BaseReturnValue
Base implementation of
ReturnValue. |
class |
JRBaseSubreportReturnValue
Base implementation of
JRSubreportReturnValue. |
| Modifier and Type | Class and Description |
|---|---|
class |
DesignReturnValue
Implementation of
ReturnValue
to be used for report design purposes. |
class |
JRDesignSubreportReturnValue
Implementation of
JRSubreportReturnValue
to be used for report design purposes. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
JRVerifier.verifyReturnValue(VariableReturnValue returnValue) |
| Modifier and Type | Class and Description |
|---|---|
class |
JRFillVariableReturnValue
Implementation of
VariableReturnValue
used by the filler. |
| Modifier and Type | Method and Description |
|---|---|
protected JRFillVariableReturnValue |
JRFillObjectFactory.getReturnValue(VariableReturnValue returnValue) |
| Constructor and Description |
|---|
JRFillVariableReturnValue(VariableReturnValue returnValue,
JRFillObjectFactory factory,
BaseReportFiller filler) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
JRXmlWriter.writeReturnValue(VariableReturnValue returnValue) |
Copyright © 2017. All rights reserved.