Package | Description |
---|---|
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).
|
Modifier and Type | Field and Description |
---|---|
protected JRVariable[] |
JRGroovyGenerator.variables |
protected JRVariable[] |
JRBshGenerator.variables |
Modifier and Type | Method and Description |
---|---|
JRVariable |
TableReportGroup.getCountVariable() |
JRVariable[] |
TableReport.getVariables() |
JRVariable[] |
TableReportDataset.getVariables() |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
protected JRVariable |
JRBaseCrosstabGroup.variable |
protected JRVariable |
JRBaseCrosstabMeasure.variable |
protected JRVariable[] |
JRBaseCrosstab.variables |
Modifier and Type | Method and Description |
---|---|
JRVariable |
JRBaseCrosstabGroup.getVariable() |
JRVariable |
JRBaseCrosstabMeasure.getVariable() |
JRVariable[] |
JRBaseCrosstab.getVariables() |
Modifier and Type | Method and Description |
---|---|
JRVariable[] |
JRDesignCrosstab.getVariables()
Returns the list of variables created for this crosstab.
|
Modifier and Type | Method and Description |
---|---|
JRVariable |
JRFillCrosstabGroup.getVariable() |
JRVariable |
JRFillCrosstabMeasure.getVariable() |
Modifier and Type | Method and Description |
---|---|
JRVariable |
JRGroup.getCountVariable() |
JRVariable[] |
JRReport.getVariables() |
JRVariable[] |
JRDataset.getVariables()
Returns the dataset's variables.
|
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 | Method and Description |
---|---|
JRVariable[] |
JRDesignDataset.getVariables() |
JRVariable[] |
JRSourceCompileTask.getVariables() |
JRVariable |
JRDesignDataset.removeVariable(JRVariable variable)
Removes a variable from the dataset.
|
JRVariable |
JasperDesign.removeVariable(JRVariable variable) |
JRVariable |
JRDesignDataset.removeVariable(java.lang.String variableName)
Removes a variable from the dataset.
|
JRVariable |
JasperDesign.removeVariable(java.lang.String variableName) |
Modifier and Type | Method and Description |
---|---|
JRVariable |
JRDesignDataset.removeVariable(JRVariable variable)
Removes a variable from the dataset.
|
JRVariable |
JasperDesign.removeVariable(JRVariable variable) |
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);
}
/**
|
Constructor and Description |
---|
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) |
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() |
JRVariable[] |
JRFillCrosstab.getVariables() |
JRVariable[] |
JRFillDataset.getVariables() |
Modifier and Type | Method and Description |
---|---|
JRFillVariable |
JRFillObjectFactory.getVariable(JRVariable variable) |
Constructor and Description |
---|
JRFillVariable(JRVariable variable,
JRFillObjectFactory factory) |
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com