Package | Description |
---|---|
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).
|
Modifier and Type | Method and Description |
---|---|
JRGenericElementParameter[] |
JRGenericElement.getParameters()
Returns the list of parameters of this element.
|
Modifier and Type | Class and Description |
---|---|
class |
JRBaseGenericElementParameter
A read-only implementation of
JRGenericElementParameter
that is included in compiled reports. |
Modifier and Type | Method and Description |
---|---|
JRGenericElementParameter |
JRBaseObjectFactory.getGenericElementParameter(JRGenericElementParameter elementParameter) |
JRGenericElementParameter[] |
JRBaseGenericElement.getParameters() |
Modifier and Type | Method and Description |
---|---|
JRGenericElementParameter |
JRBaseObjectFactory.getGenericElementParameter(JRGenericElementParameter elementParameter) |
Constructor and Description |
---|
JRBaseGenericElementParameter(JRGenericElementParameter parameter,
JRBaseObjectFactory factory)
Creates a generic element parameter by copying an existing instance.
|
Modifier and Type | Class and Description |
---|---|
class |
JRDesignGenericElementParameter
A implementation of
JRBaseGenericElementParameter that is to be used at report
design time. |
Modifier and Type | Method and Description |
---|---|
JRGenericElementParameter[] |
JRDesignGenericElement.getParameters() |
JRGenericElementParameter |
JRDesignGenericElement.removeParameter(String parameterName)
Removes a parameter by name from the element.
|
Modifier and Type | Method and Description |
---|---|
List<JRGenericElementParameter> |
JRDesignGenericElement.getParametersList()
Exposes the internal list of element parameters.
|
List<JRGenericElementParameter> |
JRDesignGenericElement.getParamtersList()
Deprecated.
Replaced by
JRDesignGenericElement.getParametersList() . |
Modifier and Type | Method and Description |
---|---|
void |
JRDesignGenericElement.addParameter(JRGenericElementParameter parameter)
Adds a parameter to the element.
|
boolean |
JRDesignGenericElement.removeParameter(JRGenericElementParameter parameter)
Removes a parameter from the element.
|
Modifier and Type | Method and Description |
---|---|
JRGenericElementParameter[] |
JRFillGenericElement.getParameters() |
Copyright © 2016. All rights reserved.