Package | Description |
---|---|
net.sf.jasperreports.compilers |
Contains classes for report compiling and expressions evaluating.
|
net.sf.jasperreports.components.table.fill |
Contains fill time implementations for Table component related interfaces.
|
net.sf.jasperreports.crosstabs |
Contains classes for the Crosstab report element.
|
net.sf.jasperreports.crosstabs.base |
Contains base classes for the Crosstab report element.
|
net.sf.jasperreports.crosstabs.design |
Contains design classes for the Crosstab report element.
|
net.sf.jasperreports.crosstabs.fill |
Contains classes to be used at report filling time for the Crosstab report element.
|
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 | Field and Description |
---|---|
protected Map<String,? extends JRParameter> |
JRBshGenerator.parametersMap |
protected Map<String,? extends JRParameter> |
JRGroovyGenerator.parametersMap |
Modifier and Type | Method and Description |
---|---|
JRParameter[] |
TableReportDataset.getParameters() |
JRParameter[] |
TableReport.getParameters() |
Modifier and Type | Interface and Description |
---|---|
interface |
JRCrosstabParameter
Crosstab parameters interface.
|
Modifier and Type | Class and Description |
---|---|
class |
JRBaseCrosstabParameter
Base read-only implementation of crosstab parameters.
|
Modifier and Type | Class and Description |
---|---|
class |
JRDesignCrosstabParameter
Implementation of crosstab parameters to be used for report designing.
|
Modifier and Type | Class and Description |
---|---|
class |
JRFillCrosstabParameter
Crosstab parameter implementation used at fill time.
|
Modifier and Type | Interface and Description |
---|---|
interface |
JRValueParameter
A report/dataset parameter having an assigned value.
|
Modifier and Type | Method and Description |
---|---|
JRParameter[] |
JRReport.getParameters() |
JRParameter[] |
JRDataset.getParameters()
Returns the dataset's parameters.
|
Modifier and Type | Class and Description |
---|---|
class |
JRBaseParameter |
Modifier and Type | Field and Description |
---|---|
protected JRParameter[] |
JRBaseDataset.parameters |
Modifier and Type | Method and Description |
---|---|
JRParameter[] |
JRBaseReport.getParameters()
Gets an array of report parameters (including built-in ones).
|
JRParameter[] |
JRBaseDataset.getParameters() |
Modifier and Type | Method and Description |
---|---|
protected JRBaseParameter |
JRBaseObjectFactory.getParameter(JRParameter parameter) |
Constructor and Description |
---|
JRBaseParameter(JRParameter parameter,
JRBaseObjectFactory factory) |
Modifier and Type | Class and Description |
---|---|
class |
JRDesignParameter |
Modifier and Type | Field and Description |
---|---|
protected List<JRParameter> |
JRDesignDataset.parametersList |
protected Map<String,? extends JRParameter> |
JRClassGenerator.parametersMap |
protected Map<String,JRParameter> |
JRDesignDataset.parametersMap
Parameters mapped by name.
|
Modifier and Type | Method and Description |
---|---|
JRParameter[] |
JRDesignDataset.getParameters() |
JRParameter |
JRDesignDataset.removeParameter(JRParameter parameter)
Removes a parameter from the dataset.
|
JRParameter |
JasperDesign.removeParameter(JRParameter parameter)
Removes a report parameter.
|
JRParameter |
JRDesignDataset.removeParameter(String parameterName)
Removes a parameter from the dataset.
|
JRParameter |
JasperDesign.removeParameter(String parameterName)
Removes a report parameter, based on its name.
|
Modifier and Type | Method and Description |
---|---|
List<JRParameter> |
JRDesignDataset.getParametersList()
Returns the list of parameters, including build-in ones.
|
List<JRParameter> |
JasperDesign.getParametersList()
Gets a list of report parameters (including built-in ones).
|
Map<String,? extends JRParameter> |
JRSourceCompileTask.getParametersMap() |
Map<String,JRParameter> |
JRDesignDataset.getParametersMap()
Returns the map of parameters, including build-in ones, indexed by name.
|
Map<String,JRParameter> |
JasperDesign.getParametersMap()
Gets a map of report parameters (including built-in ones).
|
Modifier and Type | Method and Description |
---|---|
void |
JRDesignDataset.addParameter(int index,
JRParameter parameter)
Inserts a parameter at the specified position into the dataset.
|
void |
JRDesignDataset.addParameter(JRParameter parameter)
Adds a parameter to the dataset.
|
void |
JasperDesign.addParameter(JRParameter parameter)
Adds a report parameter.
|
JRParameter |
JRDesignDataset.removeParameter(JRParameter parameter)
Removes a parameter from the dataset.
|
JRParameter |
JasperDesign.removeParameter(JRParameter parameter)
Removes a report parameter.
|
Constructor and Description |
---|
JRSourceCompileTask(JasperDesign jasperDesign,
String unitName,
JRExpressionCollector expressionCollector,
Map<String,? extends JRParameter> parametersMap,
Map<String,JRField> fieldsMap,
Map<String,JRVariable> variablesMap,
JRVariable[] variables,
boolean onlyDefaultEvaluation) |
Modifier and Type | Class and Description |
---|---|
class |
JRFillParameter |
Modifier and Type | Field and Description |
---|---|
protected JRParameter |
JRFillParameter.parent |
Modifier and Type | Method and Description |
---|---|
JRParameter[] |
JRFillDataset.getParameters() |
Modifier and Type | Method and Description |
---|---|
protected JRFillParameter |
JRFillObjectFactory.getParameter(JRParameter parameter) |
Constructor and Description |
---|
JRFillParameter(JRParameter parameter,
JRFillObjectFactory factory) |
Copyright © 2016. All rights reserved.