| Package | Description |
|---|---|
| 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.export |
Provides exporter input, exporter output and exporter configurations
Exporter Input
All the input data the exporter might need is supplied by the so-called exporter
input before the exporting process is started.
|
| Modifier and Type | Field and Description |
|---|---|
protected ExporterInputItem |
JRAbstractExporter.crtItem |
| Modifier and Type | Method and Description |
|---|---|
protected void |
JRAbstractExporter.setCurrentExporterInputItem(ExporterInputItem crtItem) |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleExporterInputItem |
| Modifier and Type | Method and Description |
|---|---|
List<ExporterInputItem> |
SimpleExporterInput.getItems() |
List<ExporterInputItem> |
ExporterInput.getItems() |
protected static List<ExporterInputItem> |
SimpleExporterInput.getItems(List<JasperPrint> jasperPrintList) |
| Constructor and Description |
|---|
SimpleExporterInput(List<ExporterInputItem> items)
Creates an
ExporterInput object with the provided export items. |
Copyright © 2014. All rights reserved.