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.headertoolbar Contains classes for the built-in Header Toolbar component.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). -
-
Uses of JRVariable in net.sf.jasperreports.compilers
Fields in net.sf.jasperreports.compilers declared as JRVariable Modifier and Type Field Description protected JRVariable[]JRGroovyGenerator. variablesFields in net.sf.jasperreports.compilers with type parameters of type JRVariable Modifier and Type Field Description protected java.util.Map<java.lang.String,JRVariable>JRGroovyGenerator. variablesMapMethods in net.sf.jasperreports.compilers that return JRVariable Modifier and Type Method Description protected static JRVariable[]ReportSourceCompilation. filterVariables(JRVariable[] original, java.util.Set<java.lang.String> included)JRVariable[]ReportSourceCompilation. getVariablesArray()Methods in net.sf.jasperreports.compilers that return types with arguments of type JRVariable Modifier and Type Method Description java.util.Map<java.lang.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, java.util.Set<java.lang.String> included)Constructors in net.sf.jasperreports.compilers with parameters of type JRVariable Constructor Description ReportSourceCompilation(JasperReportsContext jasperReportsContext, JasperDesign report, ReportExpressionsCompilation expressionsCompilation, java.util.Map<java.lang.String,P> parameters, java.util.Map<java.lang.String,JRField> fields, java.util.Map<java.lang.String,JRVariable> variables, JRVariable[] variablesArray) -
Uses of JRVariable in net.sf.jasperreports.components.headertoolbar
Methods in net.sf.jasperreports.components.headertoolbar that return JRVariable Modifier and Type Method Description static JRVariableHeaderToolbarElementUtils. getVariable(java.lang.String name, JRDesignDataset dataSet) -
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 JRVariableTableReportGroup. getCountVariable()protected JRVariableTableReport. getVariable(java.lang.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 JRVariableJRCrosstabGroup. getVariable()Returns the variable associated to this group.JRVariableJRCrosstabMeasure. 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 JRVariableJRBaseCrosstabGroup. variableprotected JRVariableJRBaseCrosstabMeasure. variableprotected JRVariable[]JRBaseCrosstab. variablesMethods in net.sf.jasperreports.crosstabs.base that return JRVariable Modifier and Type Method Description JRVariableCrosstabBaseCloneFactory. clone(JRVariable variable)JRVariableJRBaseCrosstabGroup. getVariable()JRVariableJRBaseCrosstabMeasure. getVariable()JRVariable[]JRBaseCrosstab. getVariables()Methods in net.sf.jasperreports.crosstabs.base with parameters of type JRVariable Modifier and Type Method Description JRVariableCrosstabBaseCloneFactory. 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 java.util.Map<java.lang.String,JRVariable>JRDesignCrosstab. variablesListMethods 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 java.util.Map<java.lang.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 JRVariableJRFillCrosstabGroup. getVariable()JRVariableJRFillCrosstabMeasure. getVariable() -
Uses of JRVariable in net.sf.jasperreports.engine
Methods in net.sf.jasperreports.engine that return JRVariable Modifier and Type Method Description JRVariableJRGroup. 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 classJRBaseVariableFields in net.sf.jasperreports.engine.base declared as JRVariable Modifier and Type Field Description protected JRVariableJRBaseGroup. countVariableprotected JRVariable[]JRBaseDataset. variablesMethods in net.sf.jasperreports.engine.base that return JRVariable Modifier and Type Method Description JRVariableJRBaseGroup. 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 JRBaseVariableJRBaseObjectFactory. 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 classJRDesignVariableFields in net.sf.jasperreports.engine.design declared as JRVariable Modifier and Type Field Description protected JRVariable[]JRClassGenerator. variablesFields in net.sf.jasperreports.engine.design with type parameters of type JRVariable Modifier and Type Field Description protected java.util.List<JRVariable>JRDesignDataset. variablesListprotected java.util.Map<java.lang.String,JRVariable>JRClassGenerator. variablesMapprotected java.util.Map<java.lang.String,JRVariable>JRDesignDataset. variablesMapVariables mapped by name.Methods in net.sf.jasperreports.engine.design that return JRVariable Modifier and Type Method Description JRVariable[]JRDesignDataset. getVariables()JRVariable[]JRSourceCompileTask. getVariables()JRVariableJasperDesign. removeVariable(java.lang.String variableName)JRVariableJasperDesign. removeVariable(JRVariable variable)JRVariableJRDesignDataset. removeVariable(java.lang.String variableName)Removes a variable from the dataset.JRVariableJRDesignDataset. 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 java.util.List<JRVariable>JasperDesign. getVariablesList()Gets a list of report variables.java.util.List<JRVariable>JRDesignDataset. getVariablesList()Returns the list of variables, including build-in ones.java.util.Map<java.lang.String,JRVariable>JasperDesign. getVariablesMap()Gets a map of report variables.java.util.Map<java.lang.String,JRVariable>JRDesignDataset. getVariablesMap()Returns the map of variable, including build-in ones, indexed by name.java.util.Map<java.lang.String,JRVariable>JRSourceCompileTask. getVariablesMap()Methods in net.sf.jasperreports.engine.design with parameters of type JRVariable Modifier and Type Method Description JRVariableJasperDesign. removeVariable(JRVariable variable)JRVariableJRDesignDataset. removeVariable(JRVariable variable)Removes a variable from the dataset.voidJRDesignGroup. setCountVariable(JRVariable countVariable)Constructors in net.sf.jasperreports.engine.design with parameters of type JRVariable Constructor Description JRSourceCompileTask(JasperDesign jasperDesign, java.lang.String unitName, JRExpressionCollector expressionCollector, java.util.List<JRExpression> expressions, java.util.Map<java.lang.String,? extends JRParameter> parametersMap, java.util.Map<java.lang.String,JRField> fieldsMap, java.util.Map<java.lang.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 classJRFillVariableFields in net.sf.jasperreports.engine.fill declared as JRVariable Modifier and Type Field Description protected JRVariableJRFillVariable. parentMethods in net.sf.jasperreports.engine.fill that return JRVariable Modifier and Type Method Description JRVariableJRFillGroup. getCountVariable()abstract JRVariableAbstractVariableReturnValueSourceContext. getFromVariable(java.lang.String name)protected JRVariableJRFillVariable. getParent()JRVariable[]JRFillCrosstab. getVariables()JRVariable[]JRFillDataset. getVariables()Methods in net.sf.jasperreports.engine.fill with parameters of type JRVariable Modifier and Type Method Description JRFillVariableJRFillObjectFactory. getVariable(JRVariable variable)Constructors in net.sf.jasperreports.engine.fill with parameters of type JRVariable Constructor Description JRFillVariable(JRVariable variable, JRFillObjectFactory factory)
-