oscar.Gui.ComboBox

A GUI ComboBox widget that user can directly type in the input field

or select from the drop down list.

Summary
oscar.Gui.ComboBoxA GUI ComboBox widget that user can directly type in the input field
Properties
dataReference to the list that user can select.
containerReference to the input default value.
sourceReference to the select source based on the user input.
Constructor
oscar.Gui.ComboBox
Constants
CLASS_NAME - oscar.Gui.ComboBox

Properties

data

Reference to the list that user can select.

container

Reference to the input default value.

source

Reference to the select source based on the user input.

Constructor

oscar.Gui.ComboBox

Parameters: options{Object} An optional object whose properties will be set on this instance.

Constants

CLASS_NAME - oscar.Gui.ComboBox