List

The BTTList bean is used to provide a list of choices from which the user can make a single selection.

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

The BTTList 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 BTTButtons (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 list (see List properties). The event name is the bean name (getName() method) with ".valueChanged" appended to it.