Uses of Class
net.sf.jasperreports.engine.fill.JRFillVariable
Packages that use JRFillVariable
Package
Description
Contains classes for report compiling and expressions evaluating.
Contains classes to be used at report filling time for the Crosstab report element.
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.
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 JRFillVariableModifierConstructorDescriptionDirectVariableEvaluator(JRFillVariable variable, DirectExpressionValueFilter valueFilter) -
Uses of JRFillVariable in net.sf.jasperreports.crosstabs.fill
Fields in net.sf.jasperreports.crosstabs.fill declared as JRFillVariableModifier and TypeFieldDescriptionprotected JRFillVariableJRFillCrosstabGroup.variableprotected JRFillVariableJRFillCrosstabMeasure.variableMethods in net.sf.jasperreports.crosstabs.fill that return JRFillVariableModifier and TypeMethodDescriptionJRFillCrosstabGroup.getFillVariable()JRFillCrosstabMeasure.getFillVariable() -
Uses of JRFillVariable in net.sf.jasperreports.engine
Fields in net.sf.jasperreports.engine with type parameters of type JRFillVariableModifier and TypeFieldDescriptionprotected Map<String, JRFillVariable> JRAbstractScriptlet.variablesMap -
Uses of JRFillVariable in net.sf.jasperreports.engine.fill
Fields in net.sf.jasperreports.engine.fill declared as JRFillVariableModifier and TypeFieldDescriptionprotected 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 JRFillVariableModifier and TypeFieldDescriptionprotected Map<String, JRFillVariable> JRFillCrosstab.variablesMapprotected Map<String, JRFillVariable> JRFillDataset.variablesMapThe dataset variables indexed by name.protected Map<String, JRFillVariable> JRCalculator.varsmMethods in net.sf.jasperreports.engine.fill that return JRFillVariableModifier and TypeMethodDescriptionJRCalculator.getColumnNumber()JRFillDataset.getFillVariable(String variableName) JRCalculator.getPageNumber()abstract JRFillVariableAbstractVariableReturnValueSourceContext.getToVariable(String name) FillReturnValues.SourceContext.getToVariable(String name) BaseReportFiller.getVariable(String variableName) Returns a report variable.JRFillDataset.getVariable(String variableName) protected JRFillVariableJRFillElement.getVariable(String variableName) JRFillObjectFactory.getVariable(JRVariable variable) JRFillVariable.setHelperVariable(JRFillVariable helperVariable, byte type) Sets a helper variable.protected JRFillVariableMethods in net.sf.jasperreports.engine.fill that return types with arguments of type JRFillVariableModifier and TypeMethodDescriptionprotected Map<String, JRFillVariable> JRBaseFiller.getVariablesMap()Returns the report variables indexed by name.JRFillDataset.getVariablesMap()Methods in net.sf.jasperreports.engine.fill with parameters of type JRFillVariableModifier and TypeMethodDescriptionJRAbstractExtendedIncrementer.increment(JRFillVariable variable, Object expressionValue, AbstractValueProvider valueProvider) This implementation simply callsincrement(JRCalculable, Object, AbstractValueProvider).JRIncrementer.increment(JRFillVariable variable, Object expressionValue, AbstractValueProvider valueProvider) 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 JRFillVariableModifierConstructorDescriptionJSVariable(JRFillVariable variable, org.mozilla.javascript.ScriptableObject scope)