The SpList bean is used to provide a list of choices from which the user can make a single selection. To make the list scrollable, place it in a JScrollPane.
Consistency between the bean and the context is maintained as follows:
The SpList bean provides a set of default list types, each of which invokes a particular behavior when its state changes. The functions of these lists are the same as those of the SpButtons.
When the selected item changes, a DSECoordinationEvent is fired, and the event gets its information from the "type" and "navigationParameters" properties of the list. The event name is the bean name (getName() method) with ".valueChanged" appended to it.