Package | Description |
---|---|
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 |
JRFillExpressionReturnValue
Implementation of
ExpressionReturnValue
used by the filler. |
class |
JRFillVariableReturnValue
Implementation of
VariableReturnValue
used by the filler. |
Modifier and Type | Method and Description |
---|---|
protected JRFillCommonReturnValue |
JRFillCommonReturnValue.addReturnValue(JRFillCommonReturnValue returnValue,
List<JRFillCommonReturnValue> returnValueList,
JRFillObjectFactory factory,
BaseReportFiller filler) |
protected void |
FillReturnValues.copyValue(JRFillCommonReturnValue returnValue,
FillReturnValues.SourceContext sourceContext) |
Constructor and Description |
---|
JRFillCommonReturnValue(JRFillCommonReturnValue fillReturnValue,
JRFillCloneFactory factory)
Cloning constructor.
|
Copyright © 2016. All rights reserved.