Uses of Class
net.sf.jasperreports.engine.fill.JRFillVariable

Packages that use JRFillVariable
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). 
 

Uses of JRFillVariable in net.sf.jasperreports.compilers
 

Method parameters in net.sf.jasperreports.compilers with type arguments of type JRFillVariable
protected  void JavaScriptEvaluator.customizedInit(java.util.Map<java.lang.String,JRFillParameter> parametersMap, java.util.Map<java.lang.String,JRFillField> fieldsMap, java.util.Map<java.lang.String,JRFillVariable> variablesMap)
           
protected  void JRBshEvaluator.customizedInit(java.util.Map<java.lang.String,JRFillParameter> pars, java.util.Map<java.lang.String,JRFillField> fldsm, java.util.Map<java.lang.String,JRFillVariable> varsm)
           
 

Constructors in net.sf.jasperreports.compilers with parameters of type JRFillVariable
JavaScriptEvaluator.JSVariable(JRFillVariable variable, org.mozilla.javascript.ScriptableObject scope)
           
 

Uses of JRFillVariable in net.sf.jasperreports.components.headertoolbar
 

Method parameters in net.sf.jasperreports.components.headertoolbar with type arguments of type JRFillVariable
 void HeaderLabelUtil.HeaderLabelBuiltinExpression.init(java.util.Map<java.lang.String,JRFillParameter> parametersMap, java.util.Map<java.lang.String,JRFillField> fieldsMap, java.util.Map<java.lang.String,JRFillVariable> variablesMap, WhenResourceMissingTypeEnum resourceMissingType)
           
 

Uses of JRFillVariable in net.sf.jasperreports.components.table.fill
 

Method parameters in net.sf.jasperreports.components.table.fill with type arguments of type JRFillVariable
 void BuiltinExpressionEvaluatorDecorator.init(java.util.Map<java.lang.String,JRFillParameter> parametersMap, java.util.Map<java.lang.String,JRFillField> fieldsMap, java.util.Map<java.lang.String,JRFillVariable> variablesMap, WhenResourceMissingTypeEnum resourceMissingType)
           
 void TableReport.SummaryGroupFooterPrintWhenEvaluator.init(java.util.Map<java.lang.String,JRFillParameter> parametersMap, java.util.Map<java.lang.String,JRFillField> fieldsMap, java.util.Map<java.lang.String,JRFillVariable> variablesMap, WhenResourceMissingTypeEnum resourceMissingType)
           
 void BuiltinExpressionEvaluator.init(java.util.Map<java.lang.String,JRFillParameter> parametersMap, java.util.Map<java.lang.String,JRFillField> fieldsMap, java.util.Map<java.lang.String,JRFillVariable> variablesMap, WhenResourceMissingTypeEnum resourceMissingType)
           
 void ConstantBuiltinExpression.init(java.util.Map<java.lang.String,JRFillParameter> parametersMap, java.util.Map<java.lang.String,JRFillField> fieldsMap, java.util.Map<java.lang.String,JRFillVariable> variablesMap, WhenResourceMissingTypeEnum resourceMissingType)
           
 

Uses of JRFillVariable in net.sf.jasperreports.crosstabs.fill
 

Fields in net.sf.jasperreports.crosstabs.fill declared as JRFillVariable
protected  JRFillVariable JRFillCrosstabGroup.variable
           
protected  JRFillVariable JRFillCrosstabMeasure.variable
           
 

Methods in net.sf.jasperreports.crosstabs.fill that return JRFillVariable
 JRFillVariable JRFillCrosstabGroup.getFillVariable()
           
 JRFillVariable JRFillCrosstabMeasure.getFillVariable()
           
 

Method parameters in net.sf.jasperreports.crosstabs.fill with type arguments of type JRFillVariable
 void JRCrosstabExpressionEvaluator.init(java.util.Map<java.lang.String,JRFillParameter> parametersMap, java.util.Map<java.lang.String,JRFillVariable> variablesMap, WhenResourceMissingTypeEnum whenResourceMissingType)
           
 

Uses of JRFillVariable in net.sf.jasperreports.engine
 

Fields in net.sf.jasperreports.engine with type parameters of type JRFillVariable
protected  java.util.Map<java.lang.String,JRFillVariable> JRAbstractScriptlet.variablesMap
           
 

Method parameters in net.sf.jasperreports.engine with type arguments of type JRFillVariable
 void JRAbstractScriptlet.setData(java.util.Map<java.lang.String,JRFillParameter> parsm, java.util.Map<java.lang.String,JRFillField> fldsm, java.util.Map<java.lang.String,JRFillVariable> varsm, JRFillGroup[] grps)
           
 

Uses of JRFillVariable in net.sf.jasperreports.engine.fill
 

Fields in net.sf.jasperreports.engine.fill declared as JRFillVariable
protected  JRFillVariable[][][] JRFillCrosstab.totalVariables
           
protected  JRFillVariable[] JRCalculator.variables
           
protected  JRFillVariable[] JRFillDataset.variables
          The dataset variables.
protected  JRFillVariable[] JRFillCrosstab.variables
           
 

Fields in net.sf.jasperreports.engine.fill with type parameters of type JRFillVariable
protected  java.util.Map<java.lang.String,JRFillVariable> JRFillDataset.variablesMap
          The dataset variables indexed by name.
protected  java.util.Map<java.lang.String,JRFillVariable> JRFillCrosstab.variablesMap
           
protected  java.util.Map<java.lang.String,JRFillVariable> JRCalculator.varsm
           
 

Methods in net.sf.jasperreports.engine.fill that return JRFillVariable
 JRFillVariable JRCalculator.getColumnNumber()
           
 JRFillVariable JRFillDataset.getFillVariable(java.lang.String variableName)
           
 JRFillVariable JRCalculator.getPageNumber()
           
 JRFillVariable JRFillObjectFactory.getVariable(JRVariable variable)
           
protected  JRFillVariable JRFillElement.getVariable(java.lang.String variableName)
           
protected  JRFillVariable JRBaseFiller.getVariable(java.lang.String variableName)
          Returns a report variable.
 JRFillVariable JRFillVariable.setHelperVariable(JRFillVariable helperVariable, byte type)
          Sets a helper variable.
 

Methods in net.sf.jasperreports.engine.fill that return types with arguments of type JRFillVariable
protected  java.util.Map<java.lang.String,JRFillVariable> JRBaseFiller.getVariablesMap()
          Returns the report variables indexed by name.
 

Methods in net.sf.jasperreports.engine.fill with parameters of type JRFillVariable
 java.lang.Object JRAbstractExtendedIncrementer.increment(JRFillVariable variable, java.lang.Object expressionValue, AbstractValueProvider valueProvider)
          This implementation simply calls increment(JRCalculable, Object, AbstractValueProvider).
 java.lang.Object JRIncrementer.increment(JRFillVariable variable, java.lang.Object expressionValue, AbstractValueProvider valueProvider)
           
 JRFillVariable JRFillVariable.setHelperVariable(JRFillVariable helperVariable, byte type)
          Sets a helper variable.
 

Method parameters in net.sf.jasperreports.engine.fill with type arguments of type JRFillVariable
protected abstract  void JREvaluator.customizedInit(java.util.Map<java.lang.String,JRFillParameter> parametersMap, java.util.Map<java.lang.String,JRFillField> fieldsMap, java.util.Map<java.lang.String,JRFillVariable> variablesMap)
          Initializes the parameters, fields and variables of the evaluator.
 void JREvaluator.init(java.util.Map<java.lang.String,JRFillParameter> parametersMap, java.util.Map<java.lang.String,JRFillField> fieldsMap, java.util.Map<java.lang.String,JRFillVariable> variablesMap, WhenResourceMissingTypeEnum resourceMissingType)
          Initializes the evaluator by setting the parameter, field and variable objects.
 void DatasetExpressionEvaluator.init(java.util.Map<java.lang.String,JRFillParameter> parametersMap, java.util.Map<java.lang.String,JRFillField> fieldsMap, java.util.Map<java.lang.String,JRFillVariable> variablesMap, WhenResourceMissingTypeEnum resourceMissingType)
           
 void JRFillDatasetScriptlet.setData(java.util.Map<java.lang.String,JRFillParameter> parsm, java.util.Map<java.lang.String,JRFillField> fldsm, java.util.Map<java.lang.String,JRFillVariable> varsm, JRFillGroup[] grps)
           
 



© 2001-2010 Jaspersoft Corporation www.jaspersoft.com