Uses of Interface
net.sf.jasperreports.engine.JRVariable
Packages that use JRVariable
Package
Description
Contains classes for report compiling and expressions evaluating.
Contains fill time implementations for Table component related interfaces.
Contains classes for the Crosstab report element.
Contains base classes for the Crosstab report element.
Contains design classes for the Crosstab report element.
Contains classes to be used at report filling time for the Crosstab report element.
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.
Contains base implementations for the library's main interfaces.
Contains design time implementations for the library's main interfaces as well as report compiling tools.
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
Methods in net.sf.jasperreports.compilers that return JRVariableModifier and TypeMethodDescriptionprotected static JRVariable[]ReportSourceCompilation.filterVariables(JRVariable[] original, Set<String> included) ReportSourceCompilation.getVariablesArray()Methods in net.sf.jasperreports.compilers that return types with arguments of type JRVariableMethods in net.sf.jasperreports.compilers with parameters of type JRVariableModifier and TypeMethodDescriptionprotected static JRVariable[]ReportSourceCompilation.filterVariables(JRVariable[] original, Set<String> included) Constructors in net.sf.jasperreports.compilers with parameters of type JRVariableModifierConstructorDescriptionReportSourceCompilation(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 JRVariableModifier and TypeMethodDescriptionTableReportGroup.getCountVariable()protected JRVariableTableReport.getVariable(String name) TableReport.getVariables()TableReportDataset.getVariables() -
Uses of JRVariable in net.sf.jasperreports.crosstabs
Methods in net.sf.jasperreports.crosstabs that return JRVariableModifier and TypeMethodDescriptionJRCrosstabGroup.getVariable()Returns the variable associated to this group.JRCrosstabMeasure.getVariable()Returns the variable associated with this measure.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 JRVariableModifier and TypeFieldDescriptionprotected JRVariableJRBaseCrosstabGroup.variableprotected JRVariableJRBaseCrosstabMeasure.variableprotected JRVariable[]JRBaseCrosstab.variablesMethods in net.sf.jasperreports.crosstabs.base that return JRVariableModifier and TypeMethodDescriptionCrosstabBaseCloneFactory.clone(JRVariable variable) JRBaseCrosstabGroup.getVariable()JRBaseCrosstabMeasure.getVariable()JRBaseCrosstab.getVariables()Methods in net.sf.jasperreports.crosstabs.base with parameters of type JRVariable -
Uses of JRVariable in net.sf.jasperreports.crosstabs.design
Fields in net.sf.jasperreports.crosstabs.design with type parameters of type JRVariableMethods in net.sf.jasperreports.crosstabs.design that return JRVariableModifier and TypeMethodDescriptionJRDesignCrosstab.getVariables()Returns the list of variables created for this crosstab.Methods in net.sf.jasperreports.crosstabs.design that return types with arguments of type JRVariableModifier and TypeMethodDescriptionJRDesignCrosstab.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 JRVariableModifier and TypeMethodDescriptionJRFillCrosstabGroup.getVariable()JRFillCrosstabMeasure.getVariable() -
Uses of JRVariable in net.sf.jasperreports.engine
Methods in net.sf.jasperreports.engine that return JRVariableModifier and TypeMethodDescriptionJRGroup.getCountVariable()JRDataset.getVariables()Returns the dataset's variables.JRReport.getVariables() -
Uses of JRVariable in net.sf.jasperreports.engine.base
Classes in net.sf.jasperreports.engine.base that implement JRVariableFields in net.sf.jasperreports.engine.base declared as JRVariableModifier and TypeFieldDescriptionprotected JRVariableJRBaseGroup.countVariableprotected JRVariable[]JRBaseDataset.variablesMethods in net.sf.jasperreports.engine.base that return JRVariableModifier and TypeMethodDescriptionJRBaseGroup.getCountVariable()JRBaseDataset.getVariables()JRBaseReport.getVariables()Gets an array of report variables.Methods in net.sf.jasperreports.engine.base with parameters of type JRVariableConstructors in net.sf.jasperreports.engine.base with parameters of type JRVariableModifierConstructorDescriptionprotectedJRBaseVariable(JRVariable variable, JRBaseObjectFactory factory) -
Uses of JRVariable in net.sf.jasperreports.engine.design
Classes in net.sf.jasperreports.engine.design that implement JRVariableFields in net.sf.jasperreports.engine.design declared as JRVariableFields in net.sf.jasperreports.engine.design with type parameters of type JRVariableModifier and TypeFieldDescriptionprotected List<JRVariable> JRDesignDataset.variablesListprotected Map<String, JRVariable> JRClassGenerator.variablesMapprotected Map<String, JRVariable> JRDesignDataset.variablesMapVariables mapped by name.Methods in net.sf.jasperreports.engine.design that return JRVariableModifier and TypeMethodDescriptionJRDesignDataset.getVariables()JRSourceCompileTask.getVariables()JasperDesign.removeVariable(String variableName) JasperDesign.removeVariable(JRVariable variable) JRDesignDataset.removeVariable(String variableName) Removes a variable from the dataset.JRDesignDataset.removeVariable(JRVariable variable) Removes a variable from the dataset.Methods in net.sf.jasperreports.engine.design that return types with arguments of type JRVariableModifier and TypeMethodDescriptionJasperDesign.getVariablesList()Gets a list of report variables.JRDesignDataset.getVariablesList()Returns the list of variables, including build-in ones.JasperDesign.getVariablesMap()Gets a map of report variables.JRDesignDataset.getVariablesMap()Returns the map of variable, including build-in ones, indexed by name.JRSourceCompileTask.getVariablesMap()Methods in net.sf.jasperreports.engine.design with parameters of type JRVariableModifier and TypeMethodDescriptionJasperDesign.removeVariable(JRVariable variable) JRDesignDataset.removeVariable(JRVariable variable) Removes a variable from the dataset.voidJRDesignGroup.setCountVariable(JRVariable countVariable) Constructors in net.sf.jasperreports.engine.design with parameters of type JRVariableModifierConstructorDescriptionprotectedJRSourceCompileTask(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 JRVariableFields in net.sf.jasperreports.engine.fill declared as JRVariableMethods in net.sf.jasperreports.engine.fill that return JRVariableModifier and TypeMethodDescriptionJRFillGroup.getCountVariable()abstract JRVariableAbstractVariableReturnValueSourceContext.getFromVariable(String name) protected JRVariableJRFillVariable.getParent()JRFillCrosstab.getVariables()JRFillDataset.getVariables()Methods in net.sf.jasperreports.engine.fill with parameters of type JRVariableConstructors in net.sf.jasperreports.engine.fill with parameters of type JRVariableModifierConstructorDescriptionprotectedJRFillVariable(JRVariable variable, JRFillObjectFactory factory) -
Uses of JRVariable in net.sf.jasperreports.groovy
Fields in net.sf.jasperreports.groovy declared as JRVariableFields in net.sf.jasperreports.groovy with type parameters of type JRVariable -
Uses of JRVariable in net.sf.jasperreports.jackson.util
Methods in net.sf.jasperreports.jackson.util with parameters of type JRVariableModifier and TypeMethodDescriptionvoidVariableSerializer.serialize(JRVariable value, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider)