Uses of Interface
net.sf.jasperreports.export.ExporterInputItem
Packages that use ExporterInputItem
Package
Description
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.
Provides exporter input, exporter output and exporter configurations
-
Uses of ExporterInputItem in net.sf.jasperreports.engine
Fields in net.sf.jasperreports.engine declared as ExporterInputItemMethods in net.sf.jasperreports.engine with parameters of type ExporterInputItemModifier and TypeMethodDescriptionprotected void
JRAbstractExporter.setCurrentExporterInputItem
(ExporterInputItem crtItem) -
Uses of ExporterInputItem in net.sf.jasperreports.export
Classes in net.sf.jasperreports.export that implement ExporterInputItemMethods in net.sf.jasperreports.export that return types with arguments of type ExporterInputItemModifier and TypeMethodDescriptionExporterInput.getItems()
PrintPartUnrollExporterInput.getItems()
SimpleExporterInput.getItems()
protected static List
<ExporterInputItem> SimpleExporterInput.getItems
(List<JasperPrint> jasperPrintList) Constructor parameters in net.sf.jasperreports.export with type arguments of type ExporterInputItemModifierConstructorDescriptionSimpleExporterInput
(List<ExporterInputItem> items) Creates anExporterInput
object with the provided export items. -
Uses of ExporterInputItem in net.sf.jasperreports.pdf
Method parameters in net.sf.jasperreports.pdf with type arguments of type ExporterInputItemModifier and TypeMethodDescriptionprotected void
JRPdfExporter.initBookmarks
(List<ExporterInputItem> items)