Class CustomizedDocumentsView
java.lang.Object
org.primefaces.showcase.view.data.dataexporter.CustomizedDocumentsView
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidinit()voidonRowExportXLS(Object document) voidpreProcessPDF(Object document) voidsetExcelOpt(ExcelOptions excelOpt) voidsetPdfOpt(PDFOptions pdfOpt) voidsetService(ProductService service)
-
Constructor Details
-
CustomizedDocumentsView
public CustomizedDocumentsView()
-
-
Method Details
-
init
@PostConstruct public void init() -
customizationOptions
public void customizationOptions() -
getProducts
-
getProducts2
-
getExcelOpt
-
setExcelOpt
-
getPdfOpt
-
setPdfOpt
-
setService
-
onRowExportXLS
-
preProcessPDF
public void preProcessPDF(Object document) throws IOException, com.lowagie.text.BadElementException, com.lowagie.text.DocumentException - Throws:
IOExceptioncom.lowagie.text.BadElementExceptioncom.lowagie.text.DocumentException
-