|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ExportInterface
Contains static values useful to the export commands.
Field Summary | |
---|---|
static int |
CSV
Represents the Comma Separated Values (CSV) export format. |
static int |
EXCEL_XML
Represents the MS Excel XML export format. |
static int |
HTML
Represents the HTML export format. |
static boolean |
RAW_DATA
Indicates that non formatted data will be exported. |
static int |
ROW_COUNT
Indicates that all the available rows of data in the model will be exported. |
static int |
START_ROW
Indicates that the data will be exported starting from the first row. |
static int |
TSV
Represents the Tab Separated Values (TSV) export format. |
Field Detail |
---|
static final int START_ROW
static final int ROW_COUNT
static final boolean RAW_DATA
static final int TSV
static final int CSV
static final int EXCEL_XML
static final int HTML
|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |