Uses of Interface
org.primefaces.component.export.ExporterOptions
-
Packages that use ExporterOptions Package Description org.primefaces.component.datatable.export org.primefaces.component.export -
-
Uses of ExporterOptions in org.primefaces.component.datatable.export
Methods in org.primefaces.component.datatable.export with parameters of type ExporterOptions Modifier and Type Method Description protected voidDataTableExcelExporter. applyCellOptions(org.apache.poi.ss.usermodel.Workbook wb, ExporterOptions options, org.apache.poi.ss.usermodel.CellStyle cellStyle)protected voidDataTableExcelXExporter. applyCellOptions(org.apache.poi.ss.usermodel.Workbook wb, ExporterOptions options, org.apache.poi.ss.usermodel.CellStyle cellStyle)protected voidDataTablePDFExporter. applyCellOptions(ExporterOptions options)protected voidDataTableExcelExporter. applyFacetOptions(org.apache.poi.ss.usermodel.Workbook wb, ExporterOptions options, org.apache.poi.ss.usermodel.CellStyle facetStyle)protected voidDataTableExcelXExporter. applyFacetOptions(org.apache.poi.ss.usermodel.Workbook wb, ExporterOptions options, org.apache.poi.ss.usermodel.CellStyle facetStyle)protected voidDataTablePDFExporter. applyFacetOptions(ExporterOptions options)protected voidDataTableExcelExporter. applyOptions(org.apache.poi.ss.usermodel.Workbook wb, DataTable table, org.apache.poi.ss.usermodel.Sheet sheet, ExporterOptions options)static Exporter<DataTable>DataTableExporterFactory. getExporter(String type, ExporterOptions options)org.apache.poi.ss.usermodel.FontDataTableExcelExporter. getFont(org.apache.poi.ss.usermodel.Workbook wb, ExporterOptions options) -
Uses of ExporterOptions in org.primefaces.component.export
Classes in org.primefaces.component.export that implement ExporterOptions Modifier and Type Class Description classCSVOptionsclassExcelOptionsclassPDFOptionsMethods in org.primefaces.component.export that return ExporterOptions Modifier and Type Method Description ExporterOptionsExportConfiguration. getOptions()Methods in org.primefaces.component.export with parameters of type ExporterOptions Modifier and Type Method Description protected ExporterDataExporter. getExporter(String exportAs, ExporterOptions exporterOptions, Object customExporterInstance)ExportConfigurationExportConfiguration. setOptions(ExporterOptions options)
-