Uses of Interface
net.sf.jasperreports.engine.JRVariable
-
Packages that use JRVariable Package Description net.sf.jasperreports.compilers Contains classes for report compiling and expressions evaluating.net.sf.jasperreports.components.table.fill Contains fill time implementations for Table component related interfaces.net.sf.jasperreports.crosstabs Contains classes for the Crosstab report element.net.sf.jasperreports.crosstabs.base Contains base classes for the Crosstab report element.net.sf.jasperreports.crosstabs.design Contains design classes for the Crosstab report element.net.sf.jasperreports.crosstabs.fill Contains classes to be used at report filling time for the Crosstab report element.net.sf.jasperreports.engine Provides access to the library's main functionality through facade 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).net.sf.jasperreports.groovy net.sf.jasperreports.interactivity.headertoolbar Contains classes for the built-in Header Toolbar component.net.sf.jasperreports.jackson.util -
-
Uses of JRVariable in net.sf.jasperreports.compilers
Methods in net.sf.jasperreports.compilers that return JRVariable Modifier and Type Method Description protected static JRVariable[]
ReportSourceCompilation. filterVariables(JRVariable[] original, Set<String> included)
JRVariable[]
ReportSourceCompilation. getVariablesArray()
Methods in net.sf.jasperreports.compilers that return types with arguments of type JRVariable Modifier and Type Method Description Map<String,JRVariable>
ReportSourceCompilation. getVariables()
Methods in net.sf.jasperreports.compilers with parameters of type JRVariable Modifier and Type Method Description protected static JRVariable[]
ReportSourceCompilation. filterVariables(JRVariable[] original, Set<String> included)
Constructors in net.sf.jasperreports.compilers with parameters of type JRVariable Constructor Description ReportSourceCompilation(JasperReportsContext jasperReportsContext, JasperDesign report, ReportExpressionsCompilation expressionsCompilation, Map<String,P> parameters, Map<String,JRField> fields, Map<String,JRVariable> variables, JRVariable[] variablesArray)
-
Uses of JRVariable in net.sf.jasperreports.components.table.fill
Methods in net.sf.jasperreports.components.table.fill that return JRVariable Modifier and Type Method Description JRVariable
TableReportGroup. getCountVariable()
protected JRVariable
TableReport. getVariable(String name)
JRVariable[]
TableReport. getVariables()
JRVariable[]
TableReportDataset. getVariables()
-
Uses of JRVariable in net.sf.jasperreports.crosstabs
Methods in net.sf.jasperreports.crosstabs that return JRVariable Modifier and Type Method Description JRVariable
JRCrosstabGroup. getVariable()
Returns the variable associated to this group.JRVariable
JRCrosstabMeasure. getVariable()
Returns the variable associated with this measure.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 Modifier and Type Field Description protected JRVariable
JRBaseCrosstabGroup. variable
protected JRVariable
JRBaseCrosstabMeasure. variable
protected JRVariable[]
JRBaseCrosstab. variables
Methods in net.sf.jasperreports.crosstabs.base that return JRVariable Modifier and Type Method Description JRVariable
CrosstabBaseCloneFactory. clone(JRVariable variable)
JRVariable
JRBaseCrosstabGroup. getVariable()
JRVariable
JRBaseCrosstabMeasure. getVariable()
JRVariable[]
JRBaseCrosstab. getVariables()
Methods in net.sf.jasperreports.crosstabs.base with parameters of type JRVariable Modifier and Type Method Description JRVariable
CrosstabBaseCloneFactory. clone(JRVariable variable)
-
Uses of JRVariable in net.sf.jasperreports.crosstabs.design
Fields in net.sf.jasperreports.crosstabs.design with type parameters of type JRVariable Modifier and Type Field Description protected Map<String,JRVariable>
JRDesignCrosstab. variablesList
Methods in net.sf.jasperreports.crosstabs.design that return JRVariable Modifier and Type Method Description JRVariable[]
JRDesignCrosstab. getVariables()
Returns the list of variables created for this crosstab.Methods in net.sf.jasperreports.crosstabs.design that return types with arguments of type JRVariable Modifier and Type Method Description Map<String,JRVariable>
JRDesignCrosstab. getVariablesMap()
Returns the variables of this crosstab indexed by name. -
Uses of JRVariable in net.sf.jasperreports.crosstabs.fill
Methods in net.sf.jasperreports.crosstabs.fill that return JRVariable Modifier and Type Method Description JRVariable
JRFillCrosstabGroup. getVariable()
JRVariable
JRFillCrosstabMeasure. getVariable()
-
Uses of JRVariable in net.sf.jasperreports.engine
Methods in net.sf.jasperreports.engine that return JRVariable Modifier and Type Method Description 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 Modifier and Type Class Description class
JRBaseVariable
Fields in net.sf.jasperreports.engine.base declared as JRVariable Modifier and Type Field Description protected JRVariable
JRBaseGroup. countVariable
protected JRVariable[]
JRBaseDataset. variables
Methods in net.sf.jasperreports.engine.base that return JRVariable Modifier and Type Method Description JRVariable
JRBaseGroup. getCountVariable()
JRVariable[]
JRBaseDataset. getVariables()
JRVariable[]
JRBaseReport. getVariables()
Gets an array of report variables.Methods in net.sf.jasperreports.engine.base with parameters of type JRVariable Modifier and Type Method Description JRBaseVariable
JRBaseObjectFactory. getVariable(JRVariable variable)
Constructors in net.sf.jasperreports.engine.base with parameters of type JRVariable Constructor Description JRBaseVariable(JRVariable variable, JRBaseObjectFactory factory)
-
Uses of JRVariable in net.sf.jasperreports.engine.design
Classes in net.sf.jasperreports.engine.design that implement JRVariable Modifier and Type Class Description class
JRDesignVariable
Fields in net.sf.jasperreports.engine.design declared as JRVariable Modifier and Type Field Description protected JRVariable[]
JRClassGenerator. variables
Fields in net.sf.jasperreports.engine.design with type parameters of type JRVariable Modifier and Type Field Description protected List<JRVariable>
JRDesignDataset. variablesList
protected Map<String,JRVariable>
JRClassGenerator. variablesMap
protected Map<String,JRVariable>
JRDesignDataset. variablesMap
Variables mapped by name.Methods in net.sf.jasperreports.engine.design that return JRVariable Modifier and Type Method Description JRVariable[]
JRDesignDataset. getVariables()
JRVariable[]
JRSourceCompileTask. getVariables()
JRVariable
JasperDesign. removeVariable(String variableName)
JRVariable
JasperDesign. removeVariable(JRVariable variable)
JRVariable
JRDesignDataset. removeVariable(String variableName)
Removes a variable from the dataset.JRVariable
JRDesignDataset. removeVariable(JRVariable variable)
Removes a variable from the dataset.Methods in net.sf.jasperreports.engine.design that return types with arguments of type JRVariable Modifier and Type Method Description List<JRVariable>
JasperDesign. getVariablesList()
Gets a list of report variables.List<JRVariable>
JRDesignDataset. getVariablesList()
Returns the list of variables, including build-in ones.Map<String,JRVariable>
JasperDesign. getVariablesMap()
Gets a map of report variables.Map<String,JRVariable>
JRDesignDataset. getVariablesMap()
Returns the map of variable, including build-in ones, indexed by name.Map<String,JRVariable>
JRSourceCompileTask. getVariablesMap()
Methods in net.sf.jasperreports.engine.design with parameters of type JRVariable Modifier and Type Method Description JRVariable
JasperDesign. removeVariable(JRVariable variable)
JRVariable
JRDesignDataset. removeVariable(JRVariable variable)
Removes a variable from the dataset.void
JRDesignGroup. setCountVariable(JRVariable countVariable)
Constructors in net.sf.jasperreports.engine.design with parameters of type JRVariable Constructor Description JRSourceCompileTask(JasperDesign jasperDesign, String unitName, JRExpressionCollector expressionCollector, List<JRExpression> expressions, Map<String,? extends JRParameter> parametersMap, Map<String,JRField> fieldsMap, Map<String,JRVariable> variablesMap, JRVariable[] variables, boolean onlyDefaultEvaluation)
-
Uses of JRVariable in net.sf.jasperreports.engine.fill
Classes in net.sf.jasperreports.engine.fill that implement JRVariable Modifier and Type Class Description class
JRFillVariable
Fields in net.sf.jasperreports.engine.fill declared as JRVariable Modifier and Type Field Description protected JRVariable
JRFillVariable. parent
Methods in net.sf.jasperreports.engine.fill that return JRVariable Modifier and Type Method Description JRVariable
JRFillGroup. getCountVariable()
abstract JRVariable
AbstractVariableReturnValueSourceContext. getFromVariable(String name)
protected JRVariable
JRFillVariable. getParent()
JRVariable[]
JRFillCrosstab. getVariables()
JRVariable[]
JRFillDataset. getVariables()
Methods in net.sf.jasperreports.engine.fill with parameters of type JRVariable Modifier and Type Method Description JRFillVariable
JRFillObjectFactory. getVariable(JRVariable variable)
Constructors in net.sf.jasperreports.engine.fill with parameters of type JRVariable Constructor Description JRFillVariable(JRVariable variable, JRFillObjectFactory factory)
-
Uses of JRVariable in net.sf.jasperreports.groovy
Fields in net.sf.jasperreports.groovy declared as JRVariable Modifier and Type Field Description protected JRVariable[]
JRGroovyGenerator. variables
Fields in net.sf.jasperreports.groovy with type parameters of type JRVariable Modifier and Type Field Description protected Map<String,JRVariable>
JRGroovyGenerator. variablesMap
-
Uses of JRVariable in net.sf.jasperreports.interactivity.headertoolbar
Methods in net.sf.jasperreports.interactivity.headertoolbar that return JRVariable Modifier and Type Method Description static JRVariable
HeaderToolbarElementUtils. getVariable(String name, JRDesignDataset dataSet)
-
Uses of JRVariable in net.sf.jasperreports.jackson.util
Methods in net.sf.jasperreports.jackson.util with parameters of type JRVariable Modifier and Type Method Description void
VariableSerializer. serialize(JRVariable value, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider)
-