|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JRFillVariable | |
|---|---|
| net.sf.jasperreports.compilers | |
| net.sf.jasperreports.crosstabs.fill | |
| 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 | |
|---|---|
JavaScriptEvaluator.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 | |
|---|---|
protected JRFillVariable |
JRFillCrosstabGroup.variable
|
protected JRFillVariable |
JRFillCrosstabMeasure.variable
|
| Methods in net.sf.jasperreports.crosstabs.fill that return JRFillVariable | |
|---|---|
JRFillVariable |
JRFillCrosstabGroup.getFillVariable()
|
JRFillVariable |
JRFillCrosstabMeasure.getFillVariable()
|
| 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[] |
JRFillCrosstab.variables
|
protected JRFillVariable[] |
JRCalculator.variables
|
protected JRFillVariable[] |
JRFillDataset.variables
The dataset variables. |
| Methods in net.sf.jasperreports.engine.fill that return JRFillVariable | |
|---|---|
JRFillVariable |
JRCalculator.getColumnNumber()
|
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 with parameters of type JRFillVariable | |
|---|---|
java.lang.Object |
JRIncrementer.increment(JRFillVariable variable,
java.lang.Object expressionValue,
AbstractValueProvider valueProvider)
|
java.lang.Object |
JRAbstractExtendedIncrementer.increment(JRFillVariable variable,
java.lang.Object expressionValue,
AbstractValueProvider valueProvider)
This implementation simply calls increment(JRCalculable, Object, AbstractValueProvider). |
JRFillVariable |
JRFillVariable.setHelperVariable(JRFillVariable helperVariable,
byte type)
Sets a helper variable. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||