| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
debug.debugmixin --+
|
SelectAction --+
|
ListAction --+
|
ToggleListAction
Display a group of toggle buttons in a menu bar.
This is used to display a list of toggle buttons while only requiring a single action to display the entire list.
The subclass should override the getItems method to return the list of items to display. These items should be strings.
The method isChecked should be overridden by the subclass to provide the checked state for each item.
If the items change their text strings, you should add the OnDemandActionMixin and override the getHash method to indicate when the user interface should redraw the menu.
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from |
|||
| Class Methods | |
|
Inherited from Inherited from |
| Class Variables | |
|
Inherited from Inherited from |
| Properties | |
|
Inherited from |
| Method Details |
|
Override this to show whether the index is checked or not.
|
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0beta1 on Mon Jan 14 14:18:02 2008 | http://epydoc.sourceforge.net |