Class CustomizedDocumentsView

java.lang.Object
org.primefaces.showcase.view.data.dataexporter.CustomizedDocumentsView
All Implemented Interfaces:
Serializable

@Named @RequestScoped public class CustomizedDocumentsView extends Object implements Serializable
See Also:
  • Constructor Details

    • CustomizedDocumentsView

      public CustomizedDocumentsView()
  • Method Details

    • init

      @PostConstruct public void init()
    • customizationOptions

      public void customizationOptions()
    • getProducts

      public List<Product> getProducts()
    • getProducts2

      public List<Product> getProducts2()
    • getExcelOpt

      public ExcelOptions getExcelOpt()
    • setExcelOpt

      public void setExcelOpt(ExcelOptions excelOpt)
    • getPdfOpt

      public PDFOptions getPdfOpt()
    • setPdfOpt

      public void setPdfOpt(PDFOptions pdfOpt)
    • setService

      public void setService(ProductService service)
    • onRowExportXLS

      public void onRowExportXLS(Object document)
    • preProcessPDF

      public void preProcessPDF(Object document) throws IOException, com.lowagie.text.BadElementException, com.lowagie.text.DocumentException
      Throws:
      IOException
      com.lowagie.text.BadElementException
      com.lowagie.text.DocumentException