Package | Description |
---|---|
net.sf.jasperreports.components.table.fill |
Contains fill time implementations for Table component related interfaces.
|
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 | Class and Description |
---|---|
class |
SubreportReturnValueAdapter |
Modifier and Type | Interface and Description |
---|---|
interface |
ExpressionReturnValue
A value copied from an expression into a variable of the parent report.
|
interface |
JRSubreportReturnValue
A value copied from a subreport into a variable of the master report.
|
interface |
ReturnValue
A value copied from a subdataset into a variable of the parent report.
|
interface |
VariableReturnValue
A value copied from a subdataset into a variable of the parent report.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseCommonReturnValue
Base implementation of
CommonReturnValue . |
class |
BaseExpressionReturnValue
Base implementation of
ExpressionReturnValue . |
class |
BaseReturnValue
Base implementation of
ReturnValue . |
class |
JRBaseSubreportReturnValue
Base implementation of
JRSubreportReturnValue . |
Constructor and Description |
---|
BaseCommonReturnValue(CommonReturnValue returnValue,
JRBaseObjectFactory factory) |
Modifier and Type | Class and Description |
---|---|
class |
DesignCommonReturnValue
Implementation of
ReturnValue
to be used for report design purposes. |
class |
DesignExpressionReturnValue
Implementation of
ExpressionReturnValue
to be used for report design purposes. |
class |
DesignReturnValue
Implementation of
ReturnValue
to be used for report design purposes. |
class |
JRDesignSubreportReturnValue
Implementation of
JRSubreportReturnValue
to be used for report design purposes. |
Modifier and Type | Method and Description |
---|---|
protected void |
JRVerifier.verifyCommonReturnValue(CommonReturnValue returnValue) |
Modifier and Type | Class and Description |
---|---|
class |
JRFillCommonReturnValue
Implementation of
CommonReturnValue
used by the filler. |
class |
JRFillExpressionReturnValue
Implementation of
ExpressionReturnValue
used by the filler. |
class |
JRFillVariableReturnValue
Implementation of
VariableReturnValue
used by the filler. |
Modifier and Type | Method and Description |
---|---|
protected CommonReturnValue |
JRFillVariableReturnValue.createDistinctCountHelperReturnValue(CommonReturnValue returnValue) |
protected CommonReturnValue |
JRFillExpressionReturnValue.createDistinctCountHelperReturnValue(CommonReturnValue returnValue) |
protected abstract CommonReturnValue |
JRFillCommonReturnValue.createDistinctCountHelperReturnValue(CommonReturnValue returnValue) |
protected CommonReturnValue |
JRFillVariableReturnValue.createHelperReturnValue(CommonReturnValue returnValue,
String nameSuffix,
CalculationEnum calculation) |
protected CommonReturnValue |
JRFillExpressionReturnValue.createHelperReturnValue(CommonReturnValue returnValue,
String nameSuffix,
CalculationEnum calculation) |
protected abstract CommonReturnValue |
JRFillCommonReturnValue.createHelperReturnValue(CommonReturnValue returnValue,
String nameSuffix,
CalculationEnum calculation) |
Modifier and Type | Method and Description |
---|---|
protected JRFillCommonReturnValue |
JRFillVariableReturnValue.addDerivedReturnValue(CommonReturnValue parentReturnValue,
List<JRFillCommonReturnValue> returnValueList,
JRFillObjectFactory factory,
BaseReportFiller filler) |
protected JRFillCommonReturnValue |
JRFillExpressionReturnValue.addDerivedReturnValue(CommonReturnValue parentReturnValue,
List<JRFillCommonReturnValue> returnValueList,
JRFillObjectFactory factory,
BaseReportFiller filler) |
protected abstract JRFillCommonReturnValue |
JRFillCommonReturnValue.addDerivedReturnValue(CommonReturnValue parentReturnValue,
List<JRFillCommonReturnValue> returnValueList,
JRFillObjectFactory factory,
BaseReportFiller filler) |
void |
FillReturnValues.SourceContext.check(CommonReturnValue returnValue) |
void |
AbstractVariableReturnValueSourceContext.check(CommonReturnValue commonReturnValue) |
protected CommonReturnValue |
JRFillVariableReturnValue.createDistinctCountHelperReturnValue(CommonReturnValue returnValue) |
protected CommonReturnValue |
JRFillExpressionReturnValue.createDistinctCountHelperReturnValue(CommonReturnValue returnValue) |
protected abstract CommonReturnValue |
JRFillCommonReturnValue.createDistinctCountHelperReturnValue(CommonReturnValue returnValue) |
protected CommonReturnValue |
JRFillVariableReturnValue.createHelperReturnValue(CommonReturnValue returnValue,
String nameSuffix,
CalculationEnum calculation) |
protected CommonReturnValue |
JRFillExpressionReturnValue.createHelperReturnValue(CommonReturnValue returnValue,
String nameSuffix,
CalculationEnum calculation) |
protected abstract CommonReturnValue |
JRFillCommonReturnValue.createHelperReturnValue(CommonReturnValue returnValue,
String nameSuffix,
CalculationEnum calculation) |
Object |
FillReturnValues.SourceContext.getValue(CommonReturnValue returnValue) |
Constructor and Description |
---|
JRFillCommonReturnValue(CommonReturnValue returnValue,
JRFillObjectFactory factory,
BaseReportFiller filler) |
Copyright © 2016. All rights reserved.