Package org.primefaces.component.export
Class CSVOptions
java.lang.Object
org.primefaces.component.export.CSVOptions
- All Implemented Interfaces:
ExporterOptions
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final CSVOptionsstatic final CSVOptionsstatic final CSVOptionsstatic final CSVOptions -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncharchar
-
Field Details
-
STANDARD
-
EXCEL
-
EXCEL_NORTHERN_EUROPE
-
TABS
-
-
Constructor Details
-
CSVOptions
-
-
Method Details
-
getQuoteChar
public char getQuoteChar() -
getDelimiterChar
public char getDelimiterChar() -
getEndOfLineSymbols
-
getQuoteString
-
getDoubleQuoteString
-
getFacetFontStyle
- Specified by:
getFacetFontStylein interfaceExporterOptions
-
getFacetFontColor
- Specified by:
getFacetFontColorin interfaceExporterOptions
-
getFacetBgColor
- Specified by:
getFacetBgColorin interfaceExporterOptions
-
getFacetFontSize
- Specified by:
getFacetFontSizein interfaceExporterOptions
-
getCellFontStyle
- Specified by:
getCellFontStylein interfaceExporterOptions
-
getCellFontColor
- Specified by:
getCellFontColorin interfaceExporterOptions
-
getCellFontSize
- Specified by:
getCellFontSizein interfaceExporterOptions
-
getFontName
- Specified by:
getFontNamein interfaceExporterOptions
-