Package org.primefaces.component.export
Class CSVOptions
- java.lang.Object
-
- org.primefaces.component.export.CSVOptions
-
- All Implemented Interfaces:
ExporterOptions
public class CSVOptions extends Object implements ExporterOptions
-
-
Field Summary
Fields Modifier and Type Field Description static CSVOptionsEXCELstatic CSVOptionsEXCEL_NORTHERN_EUROPEstatic CSVOptionsSTANDARDstatic CSVOptionsTABS
-
Constructor Summary
Constructors Constructor Description CSVOptions(char quoteChar, char delimiterChar, String endOfLineSymbols)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCellFontColor()StringgetCellFontSize()StringgetCellFontStyle()chargetDelimiterChar()StringgetDoubleQuoteString()StringgetEndOfLineSymbols()StringgetFacetBgColor()StringgetFacetFontColor()StringgetFacetFontSize()StringgetFacetFontStyle()StringgetFontName()chargetQuoteChar()StringgetQuoteString()
-
-
-
Field Detail
-
STANDARD
public static final CSVOptions STANDARD
-
EXCEL
public static final CSVOptions EXCEL
-
EXCEL_NORTHERN_EUROPE
public static final CSVOptions EXCEL_NORTHERN_EUROPE
-
TABS
public static final CSVOptions TABS
-
-
Constructor Detail
-
CSVOptions
public CSVOptions(char quoteChar, char delimiterChar, String endOfLineSymbols)
-
-
Method Detail
-
getQuoteChar
public char getQuoteChar()
-
getDelimiterChar
public char getDelimiterChar()
-
getEndOfLineSymbols
public String getEndOfLineSymbols()
-
getQuoteString
public String getQuoteString()
-
getDoubleQuoteString
public String getDoubleQuoteString()
-
getFacetFontStyle
public String getFacetFontStyle()
- Specified by:
getFacetFontStylein interfaceExporterOptions
-
getFacetFontColor
public String getFacetFontColor()
- Specified by:
getFacetFontColorin interfaceExporterOptions
-
getFacetBgColor
public String getFacetBgColor()
- Specified by:
getFacetBgColorin interfaceExporterOptions
-
getFacetFontSize
public String getFacetFontSize()
- Specified by:
getFacetFontSizein interfaceExporterOptions
-
getCellFontStyle
public String getCellFontStyle()
- Specified by:
getCellFontStylein interfaceExporterOptions
-
getCellFontColor
public String getCellFontColor()
- Specified by:
getCellFontColorin interfaceExporterOptions
-
getCellFontSize
public String getCellFontSize()
- Specified by:
getCellFontSizein interfaceExporterOptions
-
getFontName
public String getFontName()
- Specified by:
getFontNamein interfaceExporterOptions
-
-