Package | Description |
---|---|
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.engine.xml |
Contains classes for loading report templates from XML files.
|
Modifier and Type | Method and Description |
---|---|
List<ExpressionReturnValue> |
JRBand.getReturnValues()
Returns the list of values to increment report variables with.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseExpressionReturnValue
Base implementation of
ExpressionReturnValue . |
Modifier and Type | Field and Description |
---|---|
protected List<ExpressionReturnValue> |
JRBaseBand.returnValues |
Modifier and Type | Method and Description |
---|---|
List<ExpressionReturnValue> |
JRBaseBand.getReturnValues() |
Modifier and Type | Method and Description |
---|---|
protected BaseExpressionReturnValue |
JRBaseObjectFactory.getReturnValue(ExpressionReturnValue returnValue) |
Constructor and Description |
---|
BaseExpressionReturnValue(ExpressionReturnValue returnValue,
JRBaseObjectFactory factory) |
Modifier and Type | Class and Description |
---|---|
class |
DesignExpressionReturnValue
Implementation of
ExpressionReturnValue
to be used for report design purposes. |
Modifier and Type | Field and Description |
---|---|
protected List<ExpressionReturnValue> |
JRDesignBand.returnValues |
Modifier and Type | Method and Description |
---|---|
List<ExpressionReturnValue> |
JRDesignBand.getReturnValues() |
List<ExpressionReturnValue> |
JRDesignBand.getReturnValuesList()
Returns the list of values to increment report variables with.
|
Modifier and Type | Method and Description |
---|---|
void |
JRDesignBand.addReturnValue(ExpressionReturnValue returnValue)
Adds a return value to the band.
|
boolean |
JRDesignBand.removeReturnValue(ExpressionReturnValue returnValue)
Removes a return value from the band.
|
protected void |
JRVerifier.verifyReturnValue(ExpressionReturnValue returnValue) |
Modifier and Type | Class and Description |
---|---|
class |
JRFillExpressionReturnValue
Implementation of
ExpressionReturnValue
used by the filler. |
Modifier and Type | Method and Description |
---|---|
List<ExpressionReturnValue> |
JRFillBand.getReturnValues() |
Modifier and Type | Method and Description |
---|---|
protected JRFillExpressionReturnValue |
JRFillObjectFactory.getReturnValue(ExpressionReturnValue returnValue) |
Constructor and Description |
---|
FillReturnValues(ExpressionReturnValue[] values,
JRFillObjectFactory factory,
BaseReportFiller filler) |
JRFillExpressionReturnValue(ExpressionReturnValue returnValue,
JRFillObjectFactory factory,
BaseReportFiller filler) |
Modifier and Type | Method and Description |
---|---|
protected void |
JRXmlWriter.writeReturnValue(ExpressionReturnValue returnValue) |
Copyright © 2016. All rights reserved.