|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.jidesoft.grid.CsvPivotTableUtils.CsvPivotTableExportConfig
public static class CsvPivotTableUtils.CsvPivotTableExportConfig
A class that has all the parameters that could be customized when exporting a PivotTablePane to csv file.
Constructor Summary | |
---|---|
CsvPivotTableUtils.CsvPivotTableExportConfig()
The constructor. |
Method Summary | |
---|---|
ValueConverter |
getCellValueConverter()
Gets the cell value converter. |
String |
getCharsetName()
Gets the charset name. |
char |
getSeparator()
Gets the separator to separate the cells. |
void |
setCellValueConverter(ValueConverter cellValueConverter)
Sets the cell value converter. |
void |
setCharsetName(String charsetName)
Sets the charset name. |
void |
setSeparator(char separator)
Sets the separator to separate the cells. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CsvPivotTableUtils.CsvPivotTableExportConfig()
Method Detail |
---|
public ValueConverter getCellValueConverter()
public void setCellValueConverter(ValueConverter cellValueConverter)
cellValueConverter
- the cell value converterpublic char getSeparator()
public void setSeparator(char separator)
separator
- the separatorpublic String getCharsetName()
public void setCharsetName(String charsetName)
charsetName
- the charset name
|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |