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). -
-
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)JSVariable(JRFillVariable variable, org.mozilla.javascript.ScriptableObject scope) -
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 JRFillVariableJRFillCrosstabGroup. variableprotected JRFillVariableJRFillCrosstabMeasure. variableMethods in net.sf.jasperreports.crosstabs.fill that return JRFillVariable Modifier and Type Method Description JRFillVariableJRFillCrosstabGroup. getFillVariable()JRFillVariableJRFillCrosstabMeasure. 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 java.util.Map<java.lang.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. totalVariablesprotected JRFillVariable[]JRCalculator. variablesprotected JRFillVariable[]JRFillCrosstab. variablesprotected JRFillVariable[]JRFillDataset. variablesThe dataset variables.Fields in net.sf.jasperreports.engine.fill with type parameters of type JRFillVariable Modifier and Type Field Description protected java.util.Map<java.lang.String,JRFillVariable>JRFillCrosstab. variablesMapprotected java.util.Map<java.lang.String,JRFillVariable>JRFillDataset. variablesMapThe dataset variables indexed by name.protected java.util.Map<java.lang.String,JRFillVariable>JRCalculator. varsmMethods in net.sf.jasperreports.engine.fill that return JRFillVariable Modifier and Type Method Description JRFillVariableJRCalculator. getColumnNumber()JRFillVariableJRFillDataset. getFillVariable(java.lang.String variableName)JRFillVariableJRCalculator. getPageNumber()abstract JRFillVariableAbstractVariableReturnValueSourceContext. getToVariable(java.lang.String name)JRFillVariableFillReturnValues.SourceContext. getToVariable(java.lang.String name)JRFillVariableBaseReportFiller. getVariable(java.lang.String variableName)Returns a report variable.JRFillVariableJRFillDataset. getVariable(java.lang.String variableName)protected JRFillVariableJRFillElement. getVariable(java.lang.String variableName)JRFillVariableJRFillObjectFactory. getVariable(JRVariable variable)JRFillVariableJRFillVariable. setHelperVariable(JRFillVariable helperVariable, byte type)Sets a helper variable.protected JRFillVariableFillBaseExpressionValues. variable(java.lang.String variableName)Methods in net.sf.jasperreports.engine.fill that return types with arguments of type JRFillVariable Modifier and Type Method Description protected java.util.Map<java.lang.String,JRFillVariable>JRBaseFiller. getVariablesMap()Returns the report variables indexed by name.java.util.Map<java.lang.String,JRFillVariable>JRFillDataset. getVariablesMap()Methods in net.sf.jasperreports.engine.fill with parameters of type JRFillVariable Modifier and Type Method Description java.lang.ObjectJRAbstractExtendedIncrementer. increment(JRFillVariable variable, java.lang.Object expressionValue, AbstractValueProvider valueProvider)This implementation simply callsincrement(JRCalculable, Object, AbstractValueProvider).java.lang.ObjectJRIncrementer. increment(JRFillVariable variable, java.lang.Object expressionValue, AbstractValueProvider valueProvider)JRFillVariableJRFillVariable. setHelperVariable(JRFillVariable helperVariable, byte type)Sets a helper variable.
-