Uses of Interface
net.sf.jasperreports.jsf.engine.Exporter

Packages that use Exporter
net.sf.jasperreports.jsf.component Faces' component top level package. 
net.sf.jasperreports.jsf.context Context package. 
net.sf.jasperreports.jsf.engine.export Exporters package. 
 

Uses of Exporter in net.sf.jasperreports.jsf.component
 

Methods in net.sf.jasperreports.jsf.component that return Exporter
 Exporter UIOutputReport.getExporter()
          Obtains the established exporter.
 

Methods in net.sf.jasperreports.jsf.component with parameters of type Exporter
 void UIOutputReport.setExporter(Exporter exporter)
          Establishes a new exporter instance.
 

Uses of Exporter in net.sf.jasperreports.jsf.context
 

Methods in net.sf.jasperreports.jsf.context that return Exporter
 Exporter JRFacesContextWrapper.getExporter(javax.faces.context.FacesContext context, UIReport component)
           
abstract  Exporter JRFacesContext.getExporter(javax.faces.context.FacesContext context, UIReport component)
          Obtains the report's exporter instance.
 

Uses of Exporter in net.sf.jasperreports.jsf.engine.export
 

Classes in net.sf.jasperreports.jsf.engine.export that implement Exporter
 class CsvExporter
          Exporter implementation that generates a CSV data file.
 class DocxExporter
          Exports the reports contents to a MS Office 2007 (Word) document.
 class ExporterBase
          Base class for Exporter implementations.
 class HtmlExporter
          Exporter implementation which generates a HTML report.
 class JExcelApiExporter
          Exports the report contents to an Excel file using the JExcel API.
 class PdfExporter
          Exporter implementation which generates a PDF report.
 class RtfExporter
          Exporter implementation which generates a RTF report.
 class TextExporter
          Exporter implementation which generates a plain text report.
 class XlsExporter
          Exporter implementation which generates a XLS report.
 class XmlExporter
          Exporter implementation which generates a XML report.
 



Copyright © 2011 SourceForge.net. All Rights Reserved.