Package | Description |
---|---|
net.sf.jasperreports.compilers |
Contains classes for report compiling and expressions evaluating.
|
net.sf.jasperreports.components.headertoolbar |
Contains classes for the built-in Header Toolbar component.
|
net.sf.jasperreports.components.table.fill |
Contains fill time implementations for Table component related interfaces.
|
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.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 |
Provides support for report queries and query executers.
|
Modifier and Type | Method and Description |
---|---|
protected void |
JavaScriptCompiledEvaluator.customizedInit(Map<String,JRFillParameter> parametersMap,
Map<String,JRFillField> fieldsMap,
Map<String,JRFillVariable> variablesMap) |
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) |
void |
JavaScriptEvaluatorScope.init(Map<String,JRFillParameter> parametersMap,
Map<String,JRFillField> fieldsMap,
Map<String,JRFillVariable> variablesMap) |
Constructor and Description |
---|
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 |
ConstantBuiltinExpression.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 |
BuiltinExpressionEvaluatorDecorator.init(Map<String,JRFillParameter> parametersMap,
Map<String,JRFillField> fieldsMap,
Map<String,JRFillVariable> variablesMap,
WhenResourceMissingTypeEnum resourceMissingType,
boolean ignoreNPE) |
void |
FillExpressionEvaluatorDatasetAdapter.init(Map<String,JRFillParameter> parametersMap,
Map<String,JRFillField> fieldsMap,
Map<String,JRFillVariable> variablesMap,
WhenResourceMissingTypeEnum resourceMissingType,
boolean ignoreNPE) |
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,
boolean ignoreNPE) |
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> |
JRFillCrosstab.parametersMap |
protected Map<String,JRFillParameter> |
JRFillDataset.parametersMap
The dataset parameters indexed by name.
|
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> |
BaseReportFiller.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 |
DatasetExpressionEvaluator.init(Map<String,JRFillParameter> parametersMap,
Map<String,JRFillField> fieldsMap,
Map<String,JRFillVariable> variablesMap,
WhenResourceMissingTypeEnum resourceMissingType,
boolean ignoreNPE) |
void |
JREvaluator.init(Map<String,JRFillParameter> parametersMap,
Map<String,JRFillField> fieldsMap,
Map<String,JRFillVariable> variablesMap,
WhenResourceMissingTypeEnum resourceMissingType,
boolean ignoreNPE)
Initializes the evaluator by setting the parameter, field and variable objects.
|
void |
JRFillDatasetScriptlet.setData(Map<String,JRFillParameter> parsm,
Map<String,JRFillField> fldsm,
Map<String,JRFillVariable> varsm,
JRFillGroup[] grps) |
Constructor and Description |
---|
FillFunctionContext(Map<String,JRFillParameter> parametersMap) |
Modifier and Type | Method and Description |
---|---|
protected JRFillParameter |
JRAbstractQueryExecuter.getParameter(String parameterName)
Deprecated.
getValueParameter(String) should be used instead |
Copyright © 2016. All rights reserved.