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).
|
net.sf.jasperreports.engine.part | |
net.sf.jasperreports.parts.subreport |
Modifier and Type | Class and Description |
---|---|
class |
JRBaseFiller |
class |
JRHorizontalFiller |
class |
JRVerticalFiller |
class |
PartReportFiller |
Modifier and Type | Field and Description |
---|---|
protected BaseReportFiller |
JRFillDatasetRun.filler |
protected BaseReportFiller |
JRFillCommonReturnValue.filler |
protected BaseReportFiller |
JRFillObjectFactory.reportFiller |
Modifier and Type | Method and Description |
---|---|
BaseReportFiller |
FillerSubreportParent.getFiller() |
BaseReportFiller |
FillerParent.getFiller() |
BaseReportFiller |
JRFillContext.getMasterFiller() |
BaseReportFiller |
JRBaseFiller.getMasterFiller()
Returns the top-level (master) filler object.
|
BaseReportFiller |
JRFillObjectFactory.getReportFiller() |
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) |
protected JRFillCommonReturnValue |
JRFillCommonReturnValue.addReturnValue(JRFillCommonReturnValue returnValue,
List<JRFillCommonReturnValue> returnValueList,
JRFillObjectFactory factory,
BaseReportFiller filler) |
static Map<String,Object> |
JRFillSubreport.getParameterValues(BaseReportFiller filler,
JRExpression parametersMapExpression,
JRDatasetParameter[] subreportParameters,
byte evaluation,
boolean ignoreNullExpressions,
boolean removeResourceBundle,
boolean removeFormatFactory)
Utility method used for constructing a parameter values map for subreports, sub datasets and crosstabs.
|
static Map<String,Object> |
JRFillSubreport.getParameterValues(BaseReportFiller filler,
JRFillExpressionEvaluator expressionEvaluator,
JRExpression parametersMapExpression,
JRDatasetParameter[] subreportParameters,
byte evaluation,
boolean ignoreNullExpressions,
boolean removeResourceBundle,
boolean removeFormatFactory)
Utility method used for constructing a parameter values map for subreports, sub datasets and crosstabs.
|
static SortedDataSource |
DatasetSortUtil.getSortedDataSource(BaseReportFiller filler,
JRFillDataset dataset,
Locale locale) |
static JasperReport |
JRFillSubreport.loadReport(Object source,
BaseReportFiller filler) |
Constructor and Description |
---|
FillPartPrintOutput(BaseReportFiller filler) |
Modifier and Type | Method and Description |
---|---|
protected BaseReportFiller |
SubreportFillPart.createPartSubfiller(PartPrintOutput output) |
protected BaseReportFiller |
SubreportFillPart.createSubreportFiller(PartPrintOutput output) |
BaseReportFiller |
SubreportFillPart.PartBandParent.getFiller() |
Copyright © 2016. All rights reserved.