|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ExportSelectorInterface
Represents an adapter for the ExportSelector
ExportSelectorCommand
Field Summary | |
---|---|
static java.lang.String |
ALL_ROWS
When all the rows must be exported this is the value passed to the ExportSelectorCommand. |
static java.lang.String |
EXCEL_CSV_OUTPUT_TYPE
When the Excel Comma Separated Values has been chosen as the output type in the Export Selector, this is the value passed to the ExportSelectorCommand. |
static java.lang.String |
EXCEL_HTML_OUTPUT_TYPE
When the Excel HTML has been chosen as the output type in the Export Selector, this is the value passed to the ExportSelectorCommand. |
static java.lang.String |
EXCEL_TSV_OUTPUT_TYPE
When the Excel Tab Separated Values has been chosen as the output type in the Export Selector, this is the value passed to the ExportSelectorCommand. |
static java.lang.String |
EXCEL_XML_OUTPUT_TYPE
When the Excel XML has been chosen as the output type in the Export Selector, this is the value passed to the ExportSelectorCommand. |
static java.lang.String |
EXPORT_TO
When an 'Export to' has to be performed this is the value passed to the ExportSelectorCommand. |
static java.lang.String |
FORMATTED_DATA
When formatted data must be exported this is the value passed to the ExportSelectorCommand. |
static int |
MAX_NROWS
The default maximum number of rows that can be exported. |
static int |
MIN_NROWS
The default minimum number of rows that can be exported. |
static java.lang.String |
NOT_REPEAT_ROW_LABELS
(multidimensional data only) When the row labels of the expanded rows must not be repeated in each row during the exporting, this is the value passed to the ExportSelectorCommand. |
static java.lang.String |
PARTIAL_ROWS
When partial rows must be exported this is the value passed to the ExportSelectorCommand. |
static java.lang.String |
RAW_DATA
When raw data must be exported this is the value passed to the ExportSelectorCommand. |
static java.lang.String |
REPEAT_ROW_LABELS
(multidimensional data only) When the row labels of the expanded rows must be repeated in each row during the exporting, this is the value passed to the ExportSelectorCommand. |
static java.lang.String |
SAVE_AS
When a 'Save as' has to be performed this is the value passed to the ExportSelectorCommand. |
static java.lang.String |
WORD_HTML_OUTPUT_TYPE
When the Word HTML has been chosen as the output type in the Export Selector, this is the value passed to the ExportSelectorCommand. |
static java.lang.String |
XLSX_OUTPUT_TYPE
When XLSX has been chosen as the output type in the Export Selector, this is the value passed to the ExportSelectorCommand. |
Method Summary | |
---|---|
int |
getFromRowCount()
If partial rows must be exported it returns the row number of the first row to export. |
java.lang.String |
getIncludeRows()
Returns the value indicating if all the rows or only partial rows must be exported. |
int |
getNRows()
Returns the number of rows to export |
java.lang.String |
getOutputType()
Returns the output type that has been selected in the selector. |
int |
getStartRow()
Returns the ordinal in the model of the first row to be exported |
int |
getToRowCount()
If partial rows must be exported it returns the row number of the last row to export. |
boolean |
isFormattedData()
Returns true if formatted data must be exported, false otherwise. |
boolean |
isRawDataAvailable()
Deprecated. |
void |
setFromRowCount(int fromRow)
If partial rows must be exported it sets the row number of the first row to export. |
void |
setIncludeRows(java.lang.String rows)
Sets the value that indicates if all the rows or only partial rows must be exported. |
void |
setIsFormattedData(boolean isFormattedData)
Sets the flag indicating if formatted data must be exported. |
void |
setOutputType(java.lang.String outputType)
Sets the output type that has been selected in the selector. |
void |
setToRowCount(int toRow)
If partial rows must be exported it sets the row number of the last row to export. |
Field Detail |
---|
static final java.lang.String EXCEL_TSV_OUTPUT_TYPE
static final java.lang.String EXCEL_CSV_OUTPUT_TYPE
static final java.lang.String EXCEL_XML_OUTPUT_TYPE
static final java.lang.String EXCEL_HTML_OUTPUT_TYPE
static final java.lang.String WORD_HTML_OUTPUT_TYPE
static final java.lang.String XLSX_OUTPUT_TYPE
static final java.lang.String ALL_ROWS
PARTIAL_ROWS
,
Constant Field Valuesstatic final java.lang.String PARTIAL_ROWS
ALL_ROWS
,
Constant Field Valuesstatic final java.lang.String EXPORT_TO
SAVE_AS
,
Constant Field Valuesstatic final java.lang.String SAVE_AS
EXPORT_TO
,
Constant Field Valuesstatic final java.lang.String FORMATTED_DATA
RAW_DATA
,
Constant Field Valuesstatic final java.lang.String RAW_DATA
FORMATTED_DATA
,
Constant Field Valuesstatic final java.lang.String REPEAT_ROW_LABELS
NOT_REPEAT_ROW_LABELS
,
Constant Field Valuesstatic final java.lang.String NOT_REPEAT_ROW_LABELS
REPEAT_ROW_LABELS
,
Constant Field Valuesstatic final int MIN_NROWS
#MIN_ROWS
,
Constant Field Valuesstatic final int MAX_NROWS
#MAX_ROWS
,
Constant Field ValuesMethod Detail |
---|
java.lang.String getOutputType()
EXCEL_TSV_OUTPUT_TYPE
, EXCEL_CSV_OUTPUT_TYPE
, EXCEL_XML_OUTPUT_TYPE
, EXCEL_HTML_OUTPUT_TYPE
void setOutputType(java.lang.String outputType)
outputType
- the output type that has been selected in the selector.
Valid values are: EXCEL_TSV_OUTPUT_TYPE
, EXCEL_CSV_OUTPUT_TYPE
, EXCEL_XML_OUTPUT_TYPE
, EXCEL_HTML_OUTPUT_TYPE
java.lang.String getIncludeRows()
ALL_ROWS
or PARTIAL_ROWS
.void setIncludeRows(java.lang.String rows)
rows
- the value indicating if all the rows or only partial rows must be exported.
Possible values are: ALL_ROWS
or PARTIAL_ROWS
.int getFromRowCount()
void setFromRowCount(int fromRow)
fromRow
- the row number of the first row to export.int getToRowCount()
void setToRowCount(int toRow)
toRow
- the row number of the last row to export.boolean isFormattedData()
void setIsFormattedData(boolean isFormattedData)
isFormattedData
- true if formatted data must be exported, false otherwise.int getStartRow()
int getNRows()
boolean isRawDataAvailable()
|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |