|
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.CsvTableUtils.CsvTableExportConfig
public static class CsvTableUtils.CsvTableExportConfig
A class that has all the parameters that could be customized when exporting a table or a TableScrollPane to csv file.
Constructor Summary | |
---|---|
CsvTableUtils.CsvTableExportConfig()
The constructor. |
Method Summary | |
---|---|
ValueConverter |
getCellValueConverter()
Gets the cell value converter. |
String |
getCharsetName()
Gets the charset name. |
StringConverter |
getColumnNameConverter()
Gets the column name converter. |
int |
getFirstColumn()
Gets the first column to be exported. |
int |
getFirstRow()
Gets the first row to be exported. |
int |
getNumOfColumns()
Gets the number of columns to be exported. |
int |
getNumOfRows()
Gets the number of rows to be exported. |
char |
getSeparator()
Gets the separator to separate the cells. |
boolean |
isHeaderIncluded()
Gets the flag indicating if the table header should be exported. |
void |
setCellValueConverter(ValueConverter cellValueConverter)
Sets the cell value converter. |
void |
setCharsetName(String charsetName)
Sets the charset name. |
void |
setColumnNameConverter(StringConverter columnNameConverter)
Sets the column name converter. |
void |
setFirstColumn(int firstColumn)
Sets the first column to be exported. |
void |
setFirstRow(int firstRow)
Sets the first row to be exported. |
void |
setHeaderIncluded(boolean headerIncluded)
Sets the flag indicating if the table header should be exported. |
void |
setNumOfColumns(int numOfColumns)
Sets the number of columns to be exported. |
void |
setNumOfRows(int numOfRows)
Sets the number of rows to be exported. |
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 CsvTableUtils.CsvTableExportConfig()
Method Detail |
---|
public boolean isHeaderIncluded()
public void setHeaderIncluded(boolean headerIncluded)
headerIncluded
- the flagpublic ValueConverter getCellValueConverter()
public void setCellValueConverter(ValueConverter cellValueConverter)
cellValueConverter
- the cell value converterpublic StringConverter getColumnNameConverter()
public void setColumnNameConverter(StringConverter columnNameConverter)
columnNameConverter
- the column name converterpublic int getFirstRow()
public void setFirstRow(int firstRow)
firstRow
- the first rowpublic int getFirstColumn()
public void setFirstColumn(int firstColumn)
firstColumn
- the first columnpublic int getNumOfRows()
public void setNumOfRows(int numOfRows)
numOfRows
- the number of rows to be exportedpublic int getNumOfColumns()
public void setNumOfColumns(int numOfColumns)
numOfColumns
- the number of columns to be exportedpublic 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 |