|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JRFillParameter | |
|---|---|
| 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 | |
| Uses of JRFillParameter in net.sf.jasperreports.compilers |
|---|
| Method parameters in net.sf.jasperreports.compilers with type arguments of type JRFillParameter | |
|---|---|
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)
|
| Constructors in net.sf.jasperreports.compilers with parameters of type JRFillParameter | |
|---|---|
JavaScriptEvaluator.JSParameter(JRFillParameter parameter,
org.mozilla.javascript.ScriptableObject scope)
|
|
| Uses of JRFillParameter in net.sf.jasperreports.components.headertoolbar |
|---|
| Method parameters in net.sf.jasperreports.components.headertoolbar with type arguments of type JRFillParameter | |
|---|---|
void |
HeaderLabelUtil.HeaderLabelBuiltinExpression.init(Map<String,JRFillParameter> parametersMap,
Map<String,JRFillField> fieldsMap,
Map<String,JRFillVariable> variablesMap,
WhenResourceMissingTypeEnum resourceMissingType)
|
| Uses of JRFillParameter in net.sf.jasperreports.components.table.fill |
|---|
| Method parameters in net.sf.jasperreports.components.table.fill with type arguments of type JRFillParameter | |
|---|---|
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)
|
| Uses of JRFillParameter in net.sf.jasperreports.crosstabs.fill |
|---|
| Subclasses of JRFillParameter in net.sf.jasperreports.crosstabs.fill | |
|---|---|
class |
JRFillCrosstabParameter
Crosstab parameter implementation used at fill time. |
| Method parameters in net.sf.jasperreports.crosstabs.fill with type arguments of type JRFillParameter | |
|---|---|
void |
JRCrosstabExpressionEvaluator.init(Map<String,JRFillParameter> parametersMap,
Map<String,JRFillVariable> variablesMap,
WhenResourceMissingTypeEnum whenResourceMissingType)
|
| Uses of JRFillParameter in net.sf.jasperreports.engine |
|---|
| Fields in net.sf.jasperreports.engine with type parameters of type JRFillParameter | |
|---|---|
protected Map<String,JRFillParameter> |
JRAbstractScriptlet.parametersMap
|
| Method parameters in net.sf.jasperreports.engine with type arguments of type JRFillParameter | |
|---|---|
void |
JRAbstractScriptlet.setData(Map<String,JRFillParameter> parsm,
Map<String,JRFillField> fldsm,
Map<String,JRFillVariable> varsm,
JRFillGroup[] grps)
|
| Uses of JRFillParameter in net.sf.jasperreports.engine.fill |
|---|
| Fields in net.sf.jasperreports.engine.fill declared as JRFillParameter | |
|---|---|
protected JRFillParameter[] |
JRFillDataset.parameters
The dataset parameters. |
| Fields in net.sf.jasperreports.engine.fill with type parameters of type JRFillParameter | |
|---|---|
protected Map<String,JRFillParameter> |
JRFillDataset.parametersMap
The dataset parameters indexed by name. |
protected Map<String,JRFillParameter> |
JRFillCrosstab.parametersMap
|
protected Map<String,JRFillParameter> |
JRCalculator.parsm
|
| Methods in net.sf.jasperreports.engine.fill that return JRFillParameter | |
|---|---|
protected JRFillParameter |
JRFillObjectFactory.getParameter(JRParameter parameter)
|
| Methods in net.sf.jasperreports.engine.fill that return types with arguments of type JRFillParameter | |
|---|---|
protected Map<String,JRFillParameter> |
JRBaseFiller.getParametersMap()
Returns the report parameters indexed by name. |
Map<String,JRFillParameter> |
JRFillDataset.getParametersMap()
|
| Methods in net.sf.jasperreports.engine.fill with parameters of type JRFillParameter | |
|---|---|
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. |
| Method parameters in net.sf.jasperreports.engine.fill with type arguments of type JRFillParameter | |
|---|---|
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)
|
| Uses of JRFillParameter in net.sf.jasperreports.engine.query |
|---|
| Methods in net.sf.jasperreports.engine.query that return JRFillParameter | |
|---|---|
protected JRFillParameter |
JRAbstractQueryExecuter.getParameter(String parameterName)
Deprecated. getValueParameter(String) should be used instead |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||