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 | 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 |
---|---|
protected 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 java.util.Map<java.lang.String,JRSubreportParameter> |
JRDesignSubreport.parametersMap |
Modifier and Type | Method and Description |
---|---|
JRSubreportParameter[] |
JRDesignSubreport.getParameters() |
JRSubreportParameter |
JRDesignSubreport.removeParameter(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,JRSubreportParameter> |
JRDesignSubreport.getParametersMap() |
Modifier and Type | Method and Description |
---|---|
void |
JRDesignSubreport.addParameter(JRSubreportParameter subreportParameter) |
Modifier and Type | Method and Description |
---|---|
JRSubreportParameter[] |
JRFillSubreport.getParameters() |
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com