|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JRVariable | |
|---|---|
| net.sf.jasperreports.compilers | |
| net.sf.jasperreports.components.table.fill | |
| net.sf.jasperreports.crosstabs | |
| net.sf.jasperreports.crosstabs.base | |
| net.sf.jasperreports.crosstabs.design | |
| 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.base | Contains base implementations for the library's main interfaces. |
| net.sf.jasperreports.engine.design | Contains design time implementations for the library's main interfaces as well as report compiling tools. |
| 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 JRVariable in net.sf.jasperreports.compilers |
|---|
| Fields in net.sf.jasperreports.compilers declared as JRVariable | |
|---|---|
protected JRVariable[] |
JRBshGenerator.variables
|
protected JRVariable[] |
JRGroovyGenerator.variables
|
| Uses of JRVariable in net.sf.jasperreports.components.table.fill |
|---|
| Methods in net.sf.jasperreports.components.table.fill that return JRVariable | |
|---|---|
JRVariable |
TableReportGroup.getCountVariable()
|
JRVariable[] |
TableReportDataset.getVariables()
|
JRVariable[] |
TableReport.getVariables()
|
| Uses of JRVariable in net.sf.jasperreports.crosstabs |
|---|
| Methods in net.sf.jasperreports.crosstabs that return JRVariable | |
|---|---|
JRVariable |
JRCrosstabMeasure.getVariable()
Returns the variable associated with this measure. |
JRVariable |
JRCrosstabGroup.getVariable()
Returns the variable associated to this group. |
JRVariable[] |
JRCrosstab.getVariables()
Returns the variables defined for the crosstab. |
| Uses of JRVariable in net.sf.jasperreports.crosstabs.base |
|---|
| Fields in net.sf.jasperreports.crosstabs.base declared as JRVariable | |
|---|---|
protected JRVariable |
JRBaseCrosstabGroup.variable
|
protected JRVariable |
JRBaseCrosstabMeasure.variable
|
protected JRVariable[] |
JRBaseCrosstab.variables
|
| Methods in net.sf.jasperreports.crosstabs.base that return JRVariable | |
|---|---|
JRVariable |
JRBaseCrosstabGroup.getVariable()
|
JRVariable |
JRBaseCrosstabMeasure.getVariable()
|
JRVariable[] |
JRBaseCrosstab.getVariables()
|
| Uses of JRVariable in net.sf.jasperreports.crosstabs.design |
|---|
| Methods in net.sf.jasperreports.crosstabs.design that return JRVariable | |
|---|---|
JRVariable[] |
JRDesignCrosstab.getVariables()
Returns the list of variables created for this crosstab. |
| Uses of JRVariable in net.sf.jasperreports.crosstabs.fill |
|---|
| Methods in net.sf.jasperreports.crosstabs.fill that return JRVariable | |
|---|---|
JRVariable |
JRFillCrosstabGroup.getVariable()
|
JRVariable |
JRFillCrosstabMeasure.getVariable()
|
| Uses of JRVariable in net.sf.jasperreports.engine |
|---|
| Methods in net.sf.jasperreports.engine that return JRVariable | |
|---|---|
JRVariable |
JRGroup.getCountVariable()
|
JRVariable[] |
JRReport.getVariables()
|
JRVariable[] |
JRDataset.getVariables()
Returns the dataset's variables. |
| Uses of JRVariable in net.sf.jasperreports.engine.base |
|---|
| Classes in net.sf.jasperreports.engine.base that implement JRVariable | |
|---|---|
class |
JRBaseVariable
|
| Fields in net.sf.jasperreports.engine.base declared as JRVariable | |
|---|---|
protected JRVariable |
JRBaseGroup.countVariable
|
protected JRVariable[] |
JRBaseDataset.variables
|
| Methods in net.sf.jasperreports.engine.base that return JRVariable | |
|---|---|
JRVariable |
JRBaseGroup.getCountVariable()
|
JRVariable[] |
JRBaseReport.getVariables()
Gets an array of report variables. |
JRVariable[] |
JRBaseDataset.getVariables()
|
| Methods in net.sf.jasperreports.engine.base with parameters of type JRVariable | |
|---|---|
JRBaseVariable |
JRBaseObjectFactory.getVariable(JRVariable variable)
|
| Constructors in net.sf.jasperreports.engine.base with parameters of type JRVariable | |
|---|---|
JRBaseVariable(JRVariable variable,
JRBaseObjectFactory factory)
|
|
| Uses of JRVariable in net.sf.jasperreports.engine.design |
|---|
| Classes in net.sf.jasperreports.engine.design that implement JRVariable | |
|---|---|
class |
JRDesignVariable
|
| Fields in net.sf.jasperreports.engine.design declared as JRVariable | |
|---|---|
protected JRVariable[] |
JRClassGenerator.variables
|
| Methods in net.sf.jasperreports.engine.design that return JRVariable | |
|---|---|
JRVariable[] |
JRSourceCompileTask.getVariables()
|
JRVariable[] |
JRDesignDataset.getVariables()
|
JRVariable |
JRDesignDataset.removeVariable(JRVariable variable)
Removes a variable from the dataset. |
JRVariable |
JasperDesign.removeVariable(JRVariable variable)
|
JRVariable |
JRDesignDataset.removeVariable(java.lang.String variableName)
Removes a variable from the dataset. |
JRVariable |
JasperDesign.removeVariable(java.lang.String variableName)
|
| Methods in net.sf.jasperreports.engine.design with parameters of type JRVariable | |
|---|---|
JRVariable |
JRDesignDataset.removeVariable(JRVariable variable)
Removes a variable from the dataset. |
JRVariable |
JasperDesign.removeVariable(JRVariable variable)
|
void |
JRDesignGroup.setCountVariable(JRVariable countVariable)
public void setGroupFooter(JRSection groupFooterSection) { Object old = this.groupFooterSection; this.groupFooterSection = groupFooterSection; setSectionOrigin(this.groupFooterSection, JROrigin.GROUP_FOOTER); getEventSupport().firePropertyChange(PROPERTY_GROUP_FOOTER, old, this.groupFooterSection); } /** |
| Constructors in net.sf.jasperreports.engine.design with parameters of type JRVariable | |
|---|---|
JRSourceCompileTask(JasperDesign jasperDesign,
java.lang.String unitName,
JRExpressionCollector expressionCollector,
java.util.Map parametersMap,
java.util.Map fieldsMap,
java.util.Map variablesMap,
JRVariable[] variables,
boolean onlyDefaultEvaluation)
|
|
| Uses of JRVariable in net.sf.jasperreports.engine.fill |
|---|
| Classes in net.sf.jasperreports.engine.fill that implement JRVariable | |
|---|---|
class |
JRFillVariable
|
| Fields in net.sf.jasperreports.engine.fill declared as JRVariable | |
|---|---|
protected JRVariable |
JRFillVariable.parent
|
| Methods in net.sf.jasperreports.engine.fill that return JRVariable | |
|---|---|
JRVariable |
JRFillGroup.getCountVariable()
|
JRVariable[] |
JRFillCrosstab.getVariables()
|
JRVariable[] |
JRFillDataset.getVariables()
|
| Methods in net.sf.jasperreports.engine.fill with parameters of type JRVariable | |
|---|---|
JRFillVariable |
JRFillObjectFactory.getVariable(JRVariable variable)
|
| Constructors in net.sf.jasperreports.engine.fill with parameters of type JRVariable | |
|---|---|
JRFillVariable(JRVariable variable,
JRFillObjectFactory factory)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||