Menu Item

The BTTMenuItem bean is used to provide, in essence, a button that is placed in a visual list. It provides a set of default Menu Items types, each of which initiates a particular behavior when its state changes. The functions of these are the same as those of the BTTButtons (see Button).

When a menu item is clicked, a BTTCoordinatedComp is fired, and the event gets its information from the "type" and "navigationParameters" properties of the menu item (see Menu Item properties). The event name is the bean name (getName() method) with ".actionPerformed" appended.