Uses of Interface
net.sf.jasperreports.engine.JRVariable

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[] JRGroovyGenerator.variables
           
protected  JRVariable[] JRBshGenerator.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 JRBaseCrosstabMeasure.variable
           
protected  JRVariable JRBaseCrosstabGroup.variable
           
protected  JRVariable[] JRBaseCrosstab.variables
           
 

Methods in net.sf.jasperreports.crosstabs.base that return JRVariable
 JRVariable JRBaseCrosstabMeasure.getVariable()
           
 JRVariable JRBaseCrosstabGroup.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 JRFillCrosstabMeasure.getVariable()
           
 JRVariable JRFillCrosstabGroup.getVariable()
           
 

Uses of JRVariable in net.sf.jasperreports.engine
 

Methods in net.sf.jasperreports.engine that return JRVariable
 JRVariable JRGroup.getCountVariable()
           
 JRVariable[] JRDataset.getVariables()
          Returns the dataset's variables.
 JRVariable[] JRReport.getVariables()
           
 

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 JasperDesign.removeVariable(JRVariable variable)
           
 JRVariable JRDesignDataset.removeVariable(JRVariable variable)
          Removes a variable from the dataset.
 JRVariable JasperDesign.removeVariable(java.lang.String variableName)
           
 JRVariable JRDesignDataset.removeVariable(java.lang.String variableName)
          Removes a variable from the dataset.
 

Methods in net.sf.jasperreports.engine.design with parameters of type JRVariable
 JRVariable JasperDesign.removeVariable(JRVariable variable)
           
 JRVariable JRDesignDataset.removeVariable(JRVariable variable)
          Removes a variable from the dataset.
 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[] JRFillDataset.getVariables()
           
 JRVariable[] JRFillCrosstab.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)
           
 



© 2001-2010 Jaspersoft Corporation www.jaspersoft.com