|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
com.sas.dataselectors.export.RelationalExportSelectorAdapter
public class RelationalExportSelectorAdapter
| Field Summary |
|---|
| Fields inherited from class com.sas.dataselectors.export.BaseExportSelectorAdapter |
|---|
cssDefinitions, cssMediaList, cssMIMEType, cssTitle, cssURL, dataModel, footers, fromRow, headers, includeRows, isFormattedData, outputType, toRow |
| Fields inherited from interface com.sas.dataselectors.export.ExportSelectorInterface |
|---|
ALL_ROWS, EXCEL_CSV_OUTPUT_TYPE, EXCEL_HTML_OUTPUT_TYPE, EXCEL_TSV_OUTPUT_TYPE, EXCEL_XML_OUTPUT_TYPE, EXPORT_TO, FORMATTED_DATA, MAX_NROWS, MIN_NROWS, NOT_REPEAT_ROW_LABELS, PARTIAL_ROWS, RAW_DATA, REPEAT_ROW_LABELS, SAVE_AS, WORD_HTML_OUTPUT_TYPE, XLSX_OUTPUT_TYPE |
| Fields inherited from interface com.sas.dataselectors.export.ExportColumnsInterface |
|---|
ALL_COLUMNS, DISPLAYED_COLUMNS, SELECTED_COLUMNS |
| Constructor Summary | |
|---|---|
RelationalExportSelectorAdapter()
|
|
| Method Summary | |
|---|---|
java.util.List |
getAvailableColumns()
Returns the list of quadruplets column's name/column's index/enabledImageName/disabledImageName for all the columns that are in the TableModel. |
int[] |
getColumns()
Returns the indexes of the columns to export. |
int[] |
getCurrentlyDisplayedColumnIndexes()
Returns the indexes of the columns that are currently displayed in the TableView that contains the data we're exporting. |
java.lang.Object |
getViewer()
Returns the viewer like a TableView or a MenuBar where the displaying of this selector originated from. |
void |
setColumns(int[] columns)
Sets the indexes of the columns to export. |
void |
setCurrentlyDisplayedColumnIndexes(int[] indexes)
Sets the indexes of the columns that are currently displayed in the TableView that contains the data we're exporting. |
void |
setViewer(java.lang.Object viewer)
Sets the viewer like a TableView or a MenuBar where the displaying of this selector originated from. |
| Methods inherited from class com.sas.dataselectors.export.BaseExportSelectorAdapter |
|---|
getCSSInfo, getCssMediaList, getCssMIMEType, getCssTitle, getCssURL, getDataModel, getFooters, getFromRowCount, getHeaders, getIncludeRows, getNRows, getOutputType, getStartRow, getToRowCount, isFormattedData, isRawDataAvailable, setCssMediaList, setCssMIMEType, setCssTitle, setCssURL, setDataModel, setFooters, setFromRowCount, setHeaders, setIncludeRows, setIsFormattedData, setOutputType, setToRowCount |
| Methods inherited from interface com.sas.dataselectors.export.ExportSelectorInterface |
|---|
getFromRowCount, getIncludeRows, getNRows, getOutputType, getStartRow, getToRowCount, isFormattedData, isRawDataAvailable, setFromRowCount, setIncludeRows, setIsFormattedData, setOutputType, setToRowCount |
| Constructor Detail |
|---|
public RelationalExportSelectorAdapter()
| Method Detail |
|---|
public void setColumns(int[] columns)
ExportColumnsInterface
setColumns in interface ExportColumnsInterfacecolumns - the indexes of the columns to export.public int[] getColumns()
ExportColumnsInterface
getColumns in interface ExportColumnsInterfacepublic java.util.List getAvailableColumns()
ExportColumnsInterface
getAvailableColumns in interface ExportColumnsInterfacepublic void setViewer(java.lang.Object viewer)
ExportColumnsInterface
setViewer in interface ExportColumnsInterfaceviewer - the viewer where the displaying of this selector originated from.public java.lang.Object getViewer()
ExportColumnsInterface
getViewer in interface ExportColumnsInterfacepublic int[] getCurrentlyDisplayedColumnIndexes()
ExportColumnsInterface
getCurrentlyDisplayedColumnIndexes in interface ExportColumnsInterfacepublic void setCurrentlyDisplayedColumnIndexes(int[] indexes)
ExportColumnsInterface
setCurrentlyDisplayedColumnIndexes in interface ExportColumnsInterfaceindexes - the indexes of the columns that are currently displayed in the TableView that contains the data we're exporting.
|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||