| Package | Description |
|---|---|
| net.sf.jasperreports.components.map.fill |
Contains fill time implementations for Google Map component related interfaces.
|
| net.sf.jasperreports.components.table.fill |
Contains fill time implementations for Table component related interfaces.
|
| net.sf.jasperreports.engine.component |
Provides interfaces and base classes for the built-in JasperReports component functionality.
|
| 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 | Method and Description |
|---|---|
FillContext |
MapFillComponent.getFillContext() |
| Constructor and Description |
|---|
FillTableSubreport(FillContext fillContext,
JRSubreport subreport,
JRFillObjectFactory factory,
TableJasperReport tableReport,
BuiltinExpressionEvaluatorFactory builtinEvaluatorFactory) |
TableReport(FillContext fillContext,
TableComponent table,
TableReportDataset mainDataset,
List<FillColumn> fillColumns,
BuiltinExpressionEvaluatorFactory builtinEvaluatorFactory) |
| Modifier and Type | Field and Description |
|---|---|
protected FillContext |
BaseFillComponent.fillContext
The fill context, as set by
BaseFillComponent.initialize(FillContext). |
| Modifier and Type | Method and Description |
|---|---|
FillContext |
FillContextProvider.getFillContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
FillComponent.initialize(FillContext fillContext)
Initializes the fill component with the fill context.
|
void |
BaseFillComponent.initialize(FillContext fillContext) |
| Modifier and Type | Class and Description |
|---|---|
class |
JRFillComponentElement
A
JRComponentElement which is used during report fill. |
Copyright © 2017. All rights reserved.