|
ICEfaces ICE Components 3.3.0 Java API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.icesoft.faces.component.dataexporter.OutputTypeHandler
com.icesoft.faces.component.dataexporter.CSVOutputHandler
public class CSVOutputHandler
Field Summary |
---|
Fields inherited from class com.icesoft.faces.component.dataexporter.OutputTypeHandler |
---|
file, mimeType |
Constructor Summary | |
---|---|
CSVOutputHandler(java.lang.String path)
|
Method Summary | |
---|---|
protected java.lang.String |
escapeString(java.lang.Object output)
|
void |
flushFile()
|
void |
writeCell(java.lang.Object output,
int col,
int row)
The row indexing is zero based, from the perspective of the row data, ignoring how many rows were used for the header |
void |
writeHeaderCell(java.lang.String text,
int col)
|
Methods inherited from class com.icesoft.faces.component.dataexporter.OutputTypeHandler |
---|
getFile, getMimeType, writeFooterCell |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CSVOutputHandler(java.lang.String path)
Method Detail |
---|
public void flushFile()
flushFile
in class OutputTypeHandler
public void writeCell(java.lang.Object output, int col, int row)
OutputTypeHandler
writeCell
in class OutputTypeHandler
public void writeHeaderCell(java.lang.String text, int col)
writeHeaderCell
in class OutputTypeHandler
protected java.lang.String escapeString(java.lang.Object output)
|
ICEfaces ICE Components 3.3.0 Java API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |