Uses of Class
net.sf.jasperreports.engine.fill.JRFillVariable
-
Packages that use JRFillVariable Package Description net.sf.jasperreports.compilers Contains classes for report compiling and expressions evaluating.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.javascript -
-
Uses of JRFillVariable in net.sf.jasperreports.compilers
Constructors in net.sf.jasperreports.compilers with parameters of type JRFillVariable Constructor Description DirectVariableEvaluator(JRFillVariable variable, DirectExpressionValueFilter valueFilter)
-
Uses of JRFillVariable in net.sf.jasperreports.crosstabs.fill
Fields in net.sf.jasperreports.crosstabs.fill declared as JRFillVariable Modifier and Type Field Description protected JRFillVariable
JRFillCrosstabGroup. variable
protected JRFillVariable
JRFillCrosstabMeasure. variable
Methods in net.sf.jasperreports.crosstabs.fill that return JRFillVariable Modifier and Type Method Description JRFillVariable
JRFillCrosstabGroup. getFillVariable()
JRFillVariable
JRFillCrosstabMeasure. getFillVariable()
-
Uses of JRFillVariable in net.sf.jasperreports.engine
Fields in net.sf.jasperreports.engine with type parameters of type JRFillVariable Modifier and Type Field Description protected Map<String,JRFillVariable>
JRAbstractScriptlet. variablesMap
-
Uses of JRFillVariable in net.sf.jasperreports.engine.fill
Fields in net.sf.jasperreports.engine.fill declared as JRFillVariable Modifier and Type Field Description protected JRFillVariable[][][]
JRFillCrosstab. totalVariables
protected JRFillVariable[]
JRCalculator. variables
protected JRFillVariable[]
JRFillCrosstab. variables
protected JRFillVariable[]
JRFillDataset. variables
The dataset variables.Fields in net.sf.jasperreports.engine.fill with type parameters of type JRFillVariable Modifier and Type Field Description protected Map<String,JRFillVariable>
JRFillCrosstab. variablesMap
protected Map<String,JRFillVariable>
JRFillDataset. variablesMap
The dataset variables indexed by name.protected Map<String,JRFillVariable>
JRCalculator. varsm
Methods in net.sf.jasperreports.engine.fill that return JRFillVariable Modifier and Type Method Description JRFillVariable
JRCalculator. getColumnNumber()
JRFillVariable
JRFillDataset. getFillVariable(String variableName)
JRFillVariable
JRCalculator. getPageNumber()
abstract JRFillVariable
AbstractVariableReturnValueSourceContext. getToVariable(String name)
JRFillVariable
FillReturnValues.SourceContext. getToVariable(String name)
JRFillVariable
BaseReportFiller. getVariable(String variableName)
Returns a report variable.JRFillVariable
JRFillDataset. getVariable(String variableName)
protected JRFillVariable
JRFillElement. getVariable(String variableName)
JRFillVariable
JRFillObjectFactory. getVariable(JRVariable variable)
JRFillVariable
JRFillVariable. setHelperVariable(JRFillVariable helperVariable, byte type)
Sets a helper variable.protected JRFillVariable
FillBaseExpressionValues. variable(String variableName)
Methods in net.sf.jasperreports.engine.fill that return types with arguments of type JRFillVariable Modifier and Type Method Description protected Map<String,JRFillVariable>
JRBaseFiller. getVariablesMap()
Returns the report variables indexed by name.Map<String,JRFillVariable>
JRFillDataset. getVariablesMap()
Methods in net.sf.jasperreports.engine.fill with parameters of type JRFillVariable Modifier and Type Method Description Object
JRAbstractExtendedIncrementer. increment(JRFillVariable variable, Object expressionValue, AbstractValueProvider valueProvider)
This implementation simply callsincrement(JRCalculable, Object, AbstractValueProvider)
.Object
JRIncrementer. increment(JRFillVariable variable, Object expressionValue, AbstractValueProvider valueProvider)
JRFillVariable
JRFillVariable. setHelperVariable(JRFillVariable helperVariable, byte type)
Sets a helper variable. -
Uses of JRFillVariable in net.sf.jasperreports.javascript
Constructors in net.sf.jasperreports.javascript with parameters of type JRFillVariable Constructor Description JSVariable(JRFillVariable variable, org.mozilla.javascript.ScriptableObject scope)
-