Combo Box

The SpComboBox bean is used to provide a selectable drop-down list.

Consistency between the bean and the context is maintained as follows:

The SpComboBox bean provides a set of default combo box types, each of which invokes a particular behavior when its state changes. The functions of these combo boxes are the same as those of the SpButtons (see Button).

When the selected item changes, a DSECoordinationEvent is fired, and the event gets its information from the "type" and "navigationParameters" properties of the combo box (see Combo Box properties). The event name is the bean name (getName() method) with ".itemStateChanged" appended to it.