oscar.Gui.MultiCoordinateSystemsChooser

The multiple coordinate systems chooser allows the user to choose more than one coordinate systems at a time.  It lists all the available coordinate systems in a paginated table and use a checkbox to show the selected/unselected state for each coordinate system.  The selected coordinate systems will move to the top of the table automatically.  The chooser also has an autocomplete input field that can narrow down the list by searching the coordinate systems against their code and description.  A reset button is provided to restore the pre-selected coordinate systems when constructing the chooser.

Inherits from:oscar.Gui.MultiItemChooserTable

@deprecated

Summary
oscar.Gui.MultiCoordinateSystemsChooserThe multiple coordinate systems chooser allows the user to choose more than one coordinate systems at a time.
Constructor
oscar.Gui.MultiCoordinateSystemChooser
Constants
CLASS_NAME - oscar.Gui.MultiCoordinateSystemsChooser

Constructor

oscar.Gui.MultiCoordinateSystemChooser

Parameters: div{String} The tag id that the multiItemChooserTable will
be attached to. preSelectedItemsIn{Array(String)} The items that will
be selected by default.  DataSourceIn{YAHOO.util.XHRDataSource} The
data source the SRSs come from. codeFieldKeyIn{String} the key of the code field in resultList returned by the data source.
descriptionFieldKeyIn{String} the key of the description field in
resultList returned by the data source. requestParameter{String} parameters of the request.

Constants

CLASS_NAME - oscar.Gui.MultiCoordinateSystemsChooser

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