| 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 |
TableSubreportParameter |
| Modifier and Type | Method and Description |
|---|---|
JRSubreportParameter[] |
TableSubreport.getParameters() |
| Modifier and Type | Method and Description |
|---|---|
JRSubreportParameter[] |
JRSubreport.getParameters() |
| Modifier and Type | Class and Description |
|---|---|
class |
JRBaseSubreportParameter |
| Modifier and Type | Field and Description |
|---|---|
protected JRSubreportParameter[] |
JRBaseSubreport.parameters |
| Modifier and Type | Method and Description |
|---|---|
JRSubreportParameter[] |
JRBaseSubreport.getParameters() |
| Modifier and Type | Method and Description |
|---|---|
JRBaseSubreportParameter |
JRBaseObjectFactory.getSubreportParameter(JRSubreportParameter subreportParameter) |
| Constructor and Description |
|---|
JRBaseSubreportParameter(JRSubreportParameter subreportParameter,
JRBaseObjectFactory factory) |
| Modifier and Type | Class and Description |
|---|---|
class |
JRDesignSubreportParameter |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,JRSubreportParameter> |
JRDesignSubreport.parametersMap |
| Modifier and Type | Method and Description |
|---|---|
JRSubreportParameter[] |
JRDesignSubreport.getParameters() |
JRSubreportParameter |
JRDesignSubreport.removeParameter(String name) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,JRSubreportParameter> |
JRDesignSubreport.getParametersMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
JRDesignSubreport.addParameter(JRSubreportParameter subreportParameter) |
| Modifier and Type | Method and Description |
|---|---|
JRSubreportParameter[] |
JRFillSubreport.getParameters() |
| Modifier and Type | Method and Description |
|---|---|
void |
JRXmlWriter.writeSubreportParameter(JRSubreportParameter subreportParameter,
XmlNamespace namespace) |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,JRSubreportParameter> |
StandardSubreportPartComponent.parametersMap |
| Modifier and Type | Method and Description |
|---|---|
JRSubreportParameter[] |
SubreportPartComponent.getParameters() |
JRSubreportParameter[] |
StandardSubreportPartComponent.getParameters() |
JRSubreportParameter |
StandardSubreportPartComponent.removeParameter(String name) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,JRSubreportParameter> |
StandardSubreportPartComponent.getParametersMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
StandardSubreportPartComponent.addParameter(JRSubreportParameter subreportParameter) |
Copyright © 2017. All rights reserved.