JIDE 3.5.15

com.jidesoft.grid
Class CsvPivotTableUtils.CsvPivotTableExportConfig

java.lang.Object
  extended by com.jidesoft.grid.CsvPivotTableUtils.CsvPivotTableExportConfig
Enclosing class:
CsvPivotTableUtils

public static class CsvPivotTableUtils.CsvPivotTableExportConfig
extends Object

A class that has all the parameters that could be customized when exporting a PivotTablePane to csv file.

Since:
3.3.8

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

CsvPivotTableUtils.CsvPivotTableExportConfig

public CsvPivotTableUtils.CsvPivotTableExportConfig()
The constructor.

Method Detail

getCellValueConverter

public ValueConverter getCellValueConverter()
Gets the cell value converter.

Returns:
the cell value converter.

setCellValueConverter

public void setCellValueConverter(ValueConverter cellValueConverter)
Sets the cell value converter.

Parameters:
cellValueConverter - the cell value converter

getSeparator

public char getSeparator()
Gets the separator to separate the cells.

Returns:
the separator. By default, it's a comma.

setSeparator

public void setSeparator(char separator)
Sets the separator to separate the cells.

Parameters:
separator - the separator

getCharsetName

public String getCharsetName()
Gets the charset name.

Returns:
the charset name.

setCharsetName

public void setCharsetName(String charsetName)
Sets the charset name.

Parameters:
charsetName - the charset name

JIDE 3.5.15