| 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 |
|---|---|
java.util.List<ExporterInputItem> |
SimpleExporterInput.getItems() |
java.util.List<ExporterInputItem> |
ExporterInput.getItems() |
protected static java.util.List<ExporterInputItem> |
SimpleExporterInput.getItems(java.util.List<JasperPrint> jasperPrintList) |
| Constructor and Description |
|---|
SimpleExporterInput(java.util.List<ExporterInputItem> items)
Creates an
ExporterInput object with the provided export items. |
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com