| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
debug.debugmixin --+
|
SelectAction --+
|
ListAction --+
|
RadioAction
Display a group of radio buttons in a menu bar.
This is used to display a list of radio items 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. Like its ListAction parent, the isEnabled method sets the enable state for all the items in the radio list.
The subclass should also override getIndex to return the position within the list of the selected item in the radio list.
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 | |
menumax = -1
|
|
inline = False
|
|
|
Inherited from Inherited from Inherited from |
|
| Properties | |
|
Inherited from |
| Method Details |
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
|
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Feb 21 14:51:14 2008 | http://epydoc.sourceforge.net |