|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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(Map<String,JRFillParameter> parametersMap,
Map<String,JRFillField> fieldsMap,
Map<String,JRFillVariable> variablesMap)
|
protected void |
JRBshEvaluator.customizedInit(Map<String,JRFillParameter> pars,
Map<String,JRFillField> fldsm,
Map<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(Map<String,JRFillParameter> parametersMap,
Map<String,JRFillField> fieldsMap,
Map<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(Map<String,JRFillParameter> parametersMap,
Map<String,JRFillField> fieldsMap,
Map<String,JRFillVariable> variablesMap,
WhenResourceMissingTypeEnum resourceMissingType)
|
void |
TableReport.SummaryGroupFooterPrintWhenEvaluator.init(Map<String,JRFillParameter> parametersMap,
Map<String,JRFillField> fieldsMap,
Map<String,JRFillVariable> variablesMap,
WhenResourceMissingTypeEnum resourceMissingType)
|
void |
BuiltinExpressionEvaluator.init(Map<String,JRFillParameter> parametersMap,
Map<String,JRFillField> fieldsMap,
Map<String,JRFillVariable> variablesMap,
WhenResourceMissingTypeEnum resourceMissingType)
|
void |
ConstantBuiltinExpression.init(Map<String,JRFillParameter> parametersMap,
Map<String,JRFillField> fieldsMap,
Map<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(Map<String,JRFillParameter> parametersMap,
Map<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 Map<String,JRFillVariable> |
JRAbstractScriptlet.variablesMap
|
| Method parameters in net.sf.jasperreports.engine with type arguments of type JRFillVariable | |
|---|---|
void |
JRAbstractScriptlet.setData(Map<String,JRFillParameter> parsm,
Map<String,JRFillField> fldsm,
Map<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 Map<String,JRFillVariable> |
JRFillDataset.variablesMap
The dataset variables indexed by name. |
protected Map<String,JRFillVariable> |
JRFillCrosstab.variablesMap
|
protected Map<String,JRFillVariable> |
JRCalculator.varsm
|
| Methods in net.sf.jasperreports.engine.fill that return JRFillVariable | |
|---|---|
JRFillVariable |
JRCalculator.getColumnNumber()
|
JRFillVariable |
JRFillDataset.getFillVariable(String variableName)
|
JRFillVariable |
JRCalculator.getPageNumber()
|
JRFillVariable |
JRFillObjectFactory.getVariable(JRVariable variable)
|
protected JRFillVariable |
JRFillElement.getVariable(String variableName)
|
protected JRFillVariable |
JRBaseFiller.getVariable(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 Map<String,JRFillVariable> |
JRBaseFiller.getVariablesMap()
Returns the report variables indexed by name. |
| Methods in net.sf.jasperreports.engine.fill with parameters of type JRFillVariable | |
|---|---|
Object |
JRAbstractExtendedIncrementer.increment(JRFillVariable variable,
Object expressionValue,
AbstractValueProvider valueProvider)
This implementation simply calls increment(JRCalculable, Object, AbstractValueProvider). |
Object |
JRIncrementer.increment(JRFillVariable variable,
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(Map<String,JRFillParameter> parametersMap,
Map<String,JRFillField> fieldsMap,
Map<String,JRFillVariable> variablesMap)
Initializes the parameters, fields and variables of the evaluator. |
void |
JREvaluator.init(Map<String,JRFillParameter> parametersMap,
Map<String,JRFillField> fieldsMap,
Map<String,JRFillVariable> variablesMap,
WhenResourceMissingTypeEnum resourceMissingType)
Initializes the evaluator by setting the parameter, field and variable objects. |
void |
DatasetExpressionEvaluator.init(Map<String,JRFillParameter> parametersMap,
Map<String,JRFillField> fieldsMap,
Map<String,JRFillVariable> variablesMap,
WhenResourceMissingTypeEnum resourceMissingType)
|
void |
JRFillDatasetScriptlet.setData(Map<String,JRFillParameter> parsm,
Map<String,JRFillField> fldsm,
Map<String,JRFillVariable> varsm,
JRFillGroup[] grps)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||