Uses of Class
net.sf.jasperreports.engine.fill.JRFillParameter
-
Packages that use JRFillParameter 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. -
-
Uses of JRFillParameter in net.sf.jasperreports.compilers
Method parameters in net.sf.jasperreports.compilers with type arguments of type JRFillParameter Modifier and Type Method Description protected voidDirectEvaluator. customizedInit(Map<String,JRFillParameter> parametersMap, Map<String,JRFillField> fieldsMap, Map<String,JRFillVariable> variablesMap)protected voidJavaScriptCompiledEvaluator. customizedInit(Map<String,JRFillParameter> parametersMap, Map<String,JRFillField> fieldsMap, Map<String,JRFillVariable> variablesMap)protected voidJavaScriptEvaluator. customizedInit(Map<String,JRFillParameter> parametersMap, Map<String,JRFillField> fieldsMap, Map<String,JRFillVariable> variablesMap)voidCompositeDirectExpressionEvaluators. init(JREvaluator evaluator, Map<String,JRFillParameter> parametersMap, Map<String,JRFillField> fieldsMap, Map<String,JRFillVariable> variablesMap)voidDirectExpressionEvaluators. init(JREvaluator evaluator, Map<String,JRFillParameter> parametersMap, Map<String,JRFillField> fieldsMap, Map<String,JRFillVariable> variablesMap)voidInterpretedExpressionEvaluators. init(JREvaluator evaluator, Map<String,JRFillParameter> parametersMap, Map<String,JRFillField> fieldsMap, Map<String,JRFillVariable> variablesMap)voidJavaScriptEvaluatorScope. init(Map<String,JRFillParameter> parametersMap, Map<String,JRFillField> fieldsMap, Map<String,JRFillVariable> variablesMap)voidSimpleTextEvaluators. init(JREvaluator evaluator, Map<String,JRFillParameter> parametersMap, Map<String,JRFillField> fieldsMap, Map<String,JRFillVariable> variablesMap)voidStandardExpressionEvaluators. init(JREvaluator evaluator, Map<String,JRFillParameter> parametersMap, Map<String,JRFillField> fieldsMap, Map<String,JRFillVariable> variablesMap)Constructors in net.sf.jasperreports.compilers with parameters of type JRFillParameter Constructor Description DirectParameterEvaluator(JRFillParameter parameter, DirectExpressionValueFilter valueFilter)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 Modifier and Type Method Description voidHeaderLabelUtil.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 Modifier and Type Method Description voidTableReport.SummaryGroupFooterPrintWhenEvaluator. 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 Modifier and Type Class Description classJRFillCrosstabParameterCrosstab parameter implementation used at fill time.Method parameters in net.sf.jasperreports.crosstabs.fill with type arguments of type JRFillParameter Modifier and Type Method Description voidJRCrosstabExpressionEvaluator. init(Map<String,JRFillParameter> parametersMap, Map<String,JRFillVariable> variablesMap, WhenResourceMissingTypeEnum whenResourceMissingType, boolean ignoreNPE) -
Uses of JRFillParameter in net.sf.jasperreports.engine
Fields in net.sf.jasperreports.engine with type parameters of type JRFillParameter Modifier and Type Field Description protected Map<String,JRFillParameter>JRAbstractScriptlet. parametersMapMethod parameters in net.sf.jasperreports.engine with type arguments of type JRFillParameter Modifier and Type Method Description voidJRAbstractScriptlet. setData(Map<String,JRFillParameter> parsm, Map<String,JRFillField> fldsm, Map<String,JRFillVariable> varsm, JRFillGroup[] grps)Deprecated.Replaced byJRAbstractScriptlet.setData(JRFillDataset). -
Uses of JRFillParameter in net.sf.jasperreports.engine.fill
Fields in net.sf.jasperreports.engine.fill declared as JRFillParameter Modifier and Type Field Description protected JRFillParameter[]JRFillDataset. parametersThe dataset parameters.Fields in net.sf.jasperreports.engine.fill with type parameters of type JRFillParameter Modifier and Type Field Description protected Map<String,JRFillParameter>JRFillCrosstab. parametersMapprotected Map<String,JRFillParameter>JRFillDataset. parametersMapThe dataset parameters indexed by name.protected Map<String,JRFillParameter>JRCalculator. parsmMethods in net.sf.jasperreports.engine.fill that return JRFillParameter Modifier and Type Method Description protected JRFillParameterJRFillObjectFactory. getParameter(JRParameter parameter)Methods in net.sf.jasperreports.engine.fill that return types with arguments of type JRFillParameter Modifier and Type Method Description protected Map<String,JRFillParameter>BaseReportFiller. 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 Modifier and Type Method Description protected booleanJRFillDataset. isIncludedInDataCache(JRFillParameter parameter)protected voidJRBaseFiller. setParameter(JRFillParameter parameter, Object value)Sets a parameter's value.protected voidJRFillDataset. 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 Modifier and Type Method Description protected abstract voidJREvaluator. customizedInit(Map<String,JRFillParameter> parametersMap, Map<String,JRFillField> fieldsMap, Map<String,JRFillVariable> variablesMap)Initializes the parameters, fields and variables of the evaluator.voidBuiltinExpressionEvaluator. init(Map<String,JRFillParameter> parametersMap, Map<String,JRFillField> fieldsMap, Map<String,JRFillVariable> variablesMap, WhenResourceMissingTypeEnum resourceMissingType)voidBuiltinExpressionEvaluatorDecorator. init(Map<String,JRFillParameter> parametersMap, Map<String,JRFillField> fieldsMap, Map<String,JRFillVariable> variablesMap, WhenResourceMissingTypeEnum resourceMissingType, boolean ignoreNPE)voidConstantBuiltinExpression. init(Map<String,JRFillParameter> parametersMap, Map<String,JRFillField> fieldsMap, Map<String,JRFillVariable> variablesMap, WhenResourceMissingTypeEnum resourceMissingType)voidDatasetExpressionEvaluator. init(Map<String,JRFillParameter> parametersMap, Map<String,JRFillField> fieldsMap, Map<String,JRFillVariable> variablesMap, WhenResourceMissingTypeEnum resourceMissingType, boolean ignoreNPE)voidFillExpressionEvaluatorDatasetAdapter. init(Map<String,JRFillParameter> parametersMap, Map<String,JRFillField> fieldsMap, Map<String,JRFillVariable> variablesMap, WhenResourceMissingTypeEnum resourceMissingType, boolean ignoreNPE)voidJREvaluator. 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.Constructor parameters in net.sf.jasperreports.engine.fill with type arguments of type JRFillParameter Constructor Description FillBaseExpressionValues(JREvaluator evaluator, Map<String,JRFillParameter> parametersMap, Map<String,JRFillField> fieldsMap, Map<String,JRFillVariable> variablesMap)FillExpressionDefaultValues(JREvaluator evaluator, Map<String,JRFillParameter> parametersMap, Map<String,JRFillField> fieldsMap, Map<String,JRFillVariable> variablesMap)FillExpressionEstimatedValues(JREvaluator evaluator, Map<String,JRFillParameter> parametersMap, Map<String,JRFillField> fieldsMap, Map<String,JRFillVariable> variablesMap)FillExpressionOldValues(JREvaluator evaluator, Map<String,JRFillParameter> parametersMap, Map<String,JRFillField> fieldsMap, Map<String,JRFillVariable> variablesMap)FillFunctionContext(Map<String,JRFillParameter> parametersMap) -
Uses of JRFillParameter in net.sf.jasperreports.engine.query
Methods in net.sf.jasperreports.engine.query that return JRFillParameter Modifier and Type Method Description protected JRFillParameterJRAbstractQueryExecuter. getParameter(String parameterName)Deprecated.getValueParameter(String)should be used instead
-