Uses of Interface
net.sf.jasperreports.export.ExporterInputItem
-
Packages that use ExporterInputItem 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 configurationsnet.sf.jasperreports.pdf -
-
Uses of ExporterInputItem in net.sf.jasperreports.engine
Fields in net.sf.jasperreports.engine declared as ExporterInputItem Modifier and Type Field Description protected ExporterInputItem
JRAbstractExporter. crtItem
Methods in net.sf.jasperreports.engine with parameters of type ExporterInputItem Modifier and Type Method Description protected void
JRAbstractExporter. setCurrentExporterInputItem(ExporterInputItem crtItem)
-
Uses of ExporterInputItem in net.sf.jasperreports.export
Classes in net.sf.jasperreports.export that implement ExporterInputItem Modifier and Type Class Description class
SimpleExporterInputItem
Methods in net.sf.jasperreports.export that return types with arguments of type ExporterInputItem Modifier and Type Method Description List<ExporterInputItem>
ExporterInput. getItems()
List<ExporterInputItem>
PrintPartUnrollExporterInput. getItems()
List<ExporterInputItem>
SimpleExporterInput. getItems()
protected static List<ExporterInputItem>
SimpleExporterInput. getItems(List<JasperPrint> jasperPrintList)
Constructor parameters in net.sf.jasperreports.export with type arguments of type ExporterInputItem Constructor Description SimpleExporterInput(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 ExporterInputItem Modifier and Type Method Description protected void
JRPdfExporter. initBookmarks(List<ExporterInputItem> items)
-