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).
|
Modifier and Type | Field and Description |
---|---|
protected JRVariable[] |
JRBshGenerator.variables |
protected JRVariable[] |
JRGroovyGenerator.variables |
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<java.lang.String,JRVariable> |
JRBshGenerator.variablesMap |
protected java.util.Map<java.lang.String,JRVariable> |
JRGroovyGenerator.variablesMap |
Modifier and Type | Method and Description |
---|---|
static JRVariable |
HeaderToolbarElementUtils.getVariable(java.lang.String name,
JRDesignDataset dataSet) |
Modifier and Type | Method and Description |
---|---|
JRVariable |
TableReportGroup.getCountVariable() |
protected JRVariable |
TableReport.getVariable(java.lang.String name) |
JRVariable[] |
TableReportDataset.getVariables() |
JRVariable[] |
TableReport.getVariables() |
Modifier and Type | Method and 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.
|
Modifier and Type | Field and Description |
---|---|
protected JRVariable |
JRBaseCrosstabMeasure.variable |
protected JRVariable |
JRBaseCrosstabGroup.variable |
protected JRVariable[] |
JRBaseCrosstab.variables |
Modifier and Type | Method and Description |
---|---|
JRVariable |
CrosstabBaseCloneFactory.clone(JRVariable variable) |
JRVariable |
JRBaseCrosstabMeasure.getVariable() |
JRVariable |
JRBaseCrosstabGroup.getVariable() |
JRVariable[] |
JRBaseCrosstab.getVariables() |
Modifier and Type | Method and Description |
---|---|
JRVariable |
CrosstabBaseCloneFactory.clone(JRVariable variable) |
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<java.lang.String,JRVariable> |
JRDesignCrosstab.variablesList |
Modifier and Type | Method and Description |
---|---|
JRVariable[] |
JRDesignCrosstab.getVariables()
Returns the list of variables created for this crosstab.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,JRVariable> |
JRDesignCrosstab.getVariablesMap()
Returns the variables of this crosstab indexed by name.
|
Modifier and Type | Method and Description |
---|---|
JRVariable |
JRFillCrosstabMeasure.getVariable() |
JRVariable |
JRFillCrosstabGroup.getVariable() |
Modifier and Type | Method and Description |
---|---|
JRVariable |
JRGroup.getCountVariable() |
JRVariable[] |
JRDataset.getVariables()
Returns the dataset's variables.
|
JRVariable[] |
JRReport.getVariables() |
Modifier and Type | Class and Description |
---|---|
class |
JRBaseVariable |
Modifier and Type | Field and Description |
---|---|
protected JRVariable |
JRBaseGroup.countVariable |
protected JRVariable[] |
JRBaseDataset.variables |
Modifier and Type | Method and Description |
---|---|
JRVariable |
JRBaseGroup.getCountVariable() |
JRVariable[] |
JRBaseDataset.getVariables() |
JRVariable[] |
JRBaseReport.getVariables()
Gets an array of report variables.
|
Modifier and Type | Method and Description |
---|---|
JRBaseVariable |
JRBaseObjectFactory.getVariable(JRVariable variable) |
Constructor and Description |
---|
JRBaseVariable(JRVariable variable,
JRBaseObjectFactory factory) |
Modifier and Type | Class and Description |
---|---|
class |
JRDesignVariable |
Modifier and Type | Field and Description |
---|---|
protected JRVariable[] |
JRClassGenerator.variables |
Modifier and Type | Field and Description |
---|---|
protected java.util.List<JRVariable> |
JRDesignDataset.variablesList |
protected java.util.Map<java.lang.String,JRVariable> |
JRClassGenerator.variablesMap |
protected java.util.Map<java.lang.String,JRVariable> |
JRDesignDataset.variablesMap
Variables mapped by name.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and 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> |
JRSourceCompileTask.getVariablesMap() |
java.util.Map<java.lang.String,JRVariable> |
JRDesignDataset.getVariablesMap()
Returns the map of variable, including build-in ones, indexed by name.
|
Modifier and Type | Method and Description |
---|---|
JRVariable |
JasperDesign.removeVariable(JRVariable variable) |
JRVariable |
JRDesignDataset.removeVariable(JRVariable variable)
Removes a variable from the dataset.
|
void |
JRDesignGroup.setCountVariable(JRVariable countVariable) |
Constructor and Description |
---|
JRSourceCompileTask(JasperDesign jasperDesign,
java.lang.String unitName,
JRExpressionCollector expressionCollector,
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) |
Constructor and Description |
---|
JRSourceCompileTask(JasperDesign jasperDesign,
java.lang.String unitName,
JRExpressionCollector expressionCollector,
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) |
Modifier and Type | Class and Description |
---|---|
class |
JRFillVariable |
Modifier and Type | Field and Description |
---|---|
protected JRVariable |
JRFillVariable.parent |
Modifier and Type | Method and Description |
---|---|
JRVariable |
JRFillGroup.getCountVariable() |
abstract JRVariable |
AbstractVariableReturnValueSourceContext.getFromVariable(java.lang.String name) |
abstract JRVariable |
AbstractVariableReturnValueSourceContext.getToVariable(java.lang.String name) |
JRVariable[] |
JRFillDataset.getVariables() |
JRVariable[] |
JRFillCrosstab.getVariables() |
Modifier and Type | Method and Description |
---|---|
JRFillVariable |
JRFillObjectFactory.getVariable(JRVariable variable) |
Constructor and Description |
---|
JRFillVariable(JRVariable variable,
JRFillObjectFactory factory) |
© 2001-2014 TIBCO Software Inc. www.jaspersoft.com