| Package | Description |
|---|---|
| net.sf.jasperreports.compilers | |
| net.sf.jasperreports.components.headertoolbar | |
| net.sf.jasperreports.components.table.fill | |
| net.sf.jasperreports.crosstabs.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.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.query |
| Modifier and Type | Method and Description |
|---|---|
protected void |
JavaScriptEvaluator.customizedInit(Map<String,JRFillParameter> parametersMap,
Map<String,JRFillField> fieldsMap,
Map<String,JRFillVariable> variablesMap) |
protected void |
JRBshEvaluator.customizedInit(Map<String,JRFillParameter> pars,
Map<String,JRFillField> fldsm,
Map<String,JRFillVariable> varsm) |
protected void |
JavaScriptCompiledEvaluator.customizedInit(Map<String,JRFillParameter> parametersMap,
Map<String,JRFillField> fieldsMap,
Map<String,JRFillVariable> variablesMap) |
void |
JavaScriptEvaluatorScope.init(Map<String,JRFillParameter> parametersMap,
Map<String,JRFillField> fieldsMap,
Map<String,JRFillVariable> variablesMap) |
| Constructor and Description |
|---|
JavaScriptEvaluatorScope.JSParameter(JRFillParameter parameter,
org.mozilla.javascript.ScriptableObject scope) |
| Modifier and Type | Method and Description |
|---|---|
void |
HeaderLabelUtil.HeaderLabelBuiltinExpression.init(Map<String,JRFillParameter> parametersMap,
Map<String,JRFillField> fieldsMap,
Map<String,JRFillVariable> variablesMap,
WhenResourceMissingTypeEnum resourceMissingType) |
| Modifier and Type | Method and Description |
|---|---|
void |
BuiltinExpressionEvaluatorDecorator.init(Map<String,JRFillParameter> parametersMap,
Map<String,JRFillField> fieldsMap,
Map<String,JRFillVariable> variablesMap,
WhenResourceMissingTypeEnum resourceMissingType) |
void |
TableReport.SummaryGroupFooterPrintWhenEvaluator.init(Map<String,JRFillParameter> parametersMap,
Map<String,JRFillField> fieldsMap,
Map<String,JRFillVariable> variablesMap,
WhenResourceMissingTypeEnum resourceMissingType) |
void |
BuiltinExpressionEvaluator.init(Map<String,JRFillParameter> parametersMap,
Map<String,JRFillField> fieldsMap,
Map<String,JRFillVariable> variablesMap,
WhenResourceMissingTypeEnum resourceMissingType) |
void |
ConstantBuiltinExpression.init(Map<String,JRFillParameter> parametersMap,
Map<String,JRFillField> fieldsMap,
Map<String,JRFillVariable> variablesMap,
WhenResourceMissingTypeEnum resourceMissingType) |
| Modifier and Type | Class and Description |
|---|---|
class |
JRFillCrosstabParameter
Crosstab parameter implementation used at fill time.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JRCrosstabExpressionEvaluator.init(Map<String,JRFillParameter> parametersMap,
Map<String,JRFillVariable> variablesMap,
WhenResourceMissingTypeEnum whenResourceMissingType) |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,JRFillParameter> |
JRAbstractScriptlet.parametersMap |
| Modifier and Type | Method and Description |
|---|---|
void |
JRAbstractScriptlet.setData(Map<String,JRFillParameter> parsm,
Map<String,JRFillField> fldsm,
Map<String,JRFillVariable> varsm,
JRFillGroup[] grps) |
| Modifier and Type | Field and Description |
|---|---|
protected JRFillParameter[] |
JRFillDataset.parameters
The dataset parameters.
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,JRFillParameter> |
JRFillDataset.parametersMap
The dataset parameters indexed by name.
|
protected Map<String,JRFillParameter> |
JRFillCrosstab.parametersMap |
protected Map<String,JRFillParameter> |
JRCalculator.parsm |
| Modifier and Type | Method and Description |
|---|---|
protected JRFillParameter |
JRFillObjectFactory.getParameter(JRParameter parameter) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,JRFillParameter> |
JRBaseFiller.getParametersMap()
Returns the report parameters indexed by name.
|
Map<String,JRFillParameter> |
JRFillDataset.getParametersMap() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
JRFillDataset.isIncludedInDataCache(JRFillParameter parameter) |
protected void |
JRBaseFiller.setParameter(JRFillParameter parameter,
Object value)
Sets a parameter's value.
|
protected void |
JRFillDataset.setParameter(JRFillParameter parameter,
Object value)
Sets the value of the parameter.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
JREvaluator.customizedInit(Map<String,JRFillParameter> parametersMap,
Map<String,JRFillField> fieldsMap,
Map<String,JRFillVariable> variablesMap)
Initializes the parameters, fields and variables of the evaluator.
|
void |
JREvaluator.init(Map<String,JRFillParameter> parametersMap,
Map<String,JRFillField> fieldsMap,
Map<String,JRFillVariable> variablesMap,
WhenResourceMissingTypeEnum resourceMissingType)
Initializes the evaluator by setting the parameter, field and variable objects.
|
void |
DatasetExpressionEvaluator.init(Map<String,JRFillParameter> parametersMap,
Map<String,JRFillField> fieldsMap,
Map<String,JRFillVariable> variablesMap,
WhenResourceMissingTypeEnum resourceMissingType) |
void |
JRFillDatasetScriptlet.setData(Map<String,JRFillParameter> parsm,
Map<String,JRFillField> fldsm,
Map<String,JRFillVariable> varsm,
JRFillGroup[] grps) |
| Modifier and Type | Method and Description |
|---|---|
protected JRFillParameter |
JRAbstractQueryExecuter.getParameter(String parameterName)
Deprecated.
getValueParameter(String) should be used instead |
Copyright © 2012. All Rights Reserved.