|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FillContext | |
|---|---|
| net.sf.jasperreports.components.barcode4j | |
| net.sf.jasperreports.components.table.fill | |
| net.sf.jasperreports.engine.component | |
| 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). |
| Uses of FillContext in net.sf.jasperreports.components.barcode4j |
|---|
| Constructors in net.sf.jasperreports.components.barcode4j with parameters of type FillContext | |
|---|---|
BarcodeEvaluator(FillContext fillContext,
byte evaluationType)
|
|
| Uses of FillContext in net.sf.jasperreports.components.table.fill |
|---|
| Constructors in net.sf.jasperreports.components.table.fill with parameters of type FillContext | |
|---|---|
TableReport(FillContext fillContext,
TableReportDataset mainDataset,
java.util.List<FillColumn> fillColumns,
java.util.Map<JRExpression,BuiltinExpressionEvaluator> builtinEvaluators)
|
|
TableSubreport(JRDatasetRun datasetRun,
FillContext fillContext)
|
|
| Uses of FillContext in net.sf.jasperreports.engine.component |
|---|
| Fields in net.sf.jasperreports.engine.component declared as FillContext | |
|---|---|
protected FillContext |
BaseFillComponent.fillContext
The fill context, as set by BaseFillComponent.initialize(FillContext). |
| Methods in net.sf.jasperreports.engine.component with parameters of type FillContext | |
|---|---|
void |
FillComponent.initialize(FillContext fillContext)
Initializes the fill component with the fill context. |
void |
BaseFillComponent.initialize(FillContext fillContext)
|
| Uses of FillContext in net.sf.jasperreports.engine.fill |
|---|
| Classes in net.sf.jasperreports.engine.fill that implement FillContext | |
|---|---|
class |
JRFillComponentElement
A JRComponentElement which is used during report fill. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||