The Oscar MultiDataExtractionChooser widget.
| Inherits from: | oscar.Gui.MultiItemChooserTable |
@deprecated
| oscar. | The Oscar MultiDataExtractionChooser widget. |
| Constructor | |
| oscar. | |
| Functions | |
| setDefaultDataConnection Sets the default data connection. | This method is to be called after the DataExtraction widget is rendered. |
| Constants | |
| CLASS_NAME - oscar. |
| Parameters: div | {String} The tag id that the multiItemChooserTable |
| filter is attached to. mdec_type | {String} whether it’s a WCS or a WFS, helps in determining what to put in the header of the data table. |
| preSelectedItemsIn | {Array(String)} The items that will be selected by |
| default. extractionConnections | {Array(Object)} The data connections that will be used to create the radio button list. DataSourceIn - {YAHOO.util.XHRDataSource} The data source the SRSs come from. |
| idFieldKeyIn | {String} the key of the id field in resultList returned by |
| the data source. titleFieldKeyIn | {String} the key of the description field in resultList returned by the data source. requestParameter - {String} The request parameter used in the getItems method. |