oscar.Gui.MultiDataExtractionChooser

The Oscar MultiDataExtractionChooser widget.

Inherits from:oscar.Gui.MultiItemChooserTable

@deprecated

Constructor

oscar.Gui.MultiDataExtractionChooser

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.

Functions

setDefaultDataConnection Sets the default data connection.

This method is to be called after the DataExtraction widget is rendered.

Parameters: dataConnName{String} name of a data connection.
radioElementName{String} name of an radio button element to be accessed.

Constants

CLASS_NAME - oscar.Gui.MultiDataExtractionChooser

The multiple item chooser allows the user to choose multiple items at the same time.