| 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.
| Nested Classes | |
|
Inherited from |
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from |
|||
| Class Methods | |
|
Inherited from Inherited from |
| Class Variables | |
|
Inherited from Inherited from Inherited from |
| Properties | |
|
Inherited from |
| Method Details |
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
Override this to show whether the index is checked or not.
|
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Feb 21 14:51:14 2008 | http://epydoc.sourceforge.net |