Home | Trees | Indices | Help |
|
---|
|
object --+ | ITab --+ | TabSheetTabImpl
TabSheet's implementation of ITab - tab metadata.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
Returns the tab caption. Can never be null.
|
Sets the caption for the tab.
|
Gets the icon for the tab.
|
Sets the icon for the tab.
|
Returns the enabled status for the tab. A disabled tab is shown as such in the tab bar and cannot be selected.
|
Sets the enabled status for the tab. A disabled tab is shown as such in the tab bar and cannot be selected.
|
Returns the visible status for the tab. An invisible tab is not shown in the tab bar and cannot be selected.
|
Sets the visible status for the tab. An invisible tab is not shown in the tab bar and cannot be selected, selection is changed automatically when there is an attempt to select an invisible tab.
|
Returns the closability status for the tab.
|
Sets the closability status for the tab. A closable tab can be closed by the user through the user interface. This also controls if a close button is shown to the user or not. Note! Currently only supported by TabSheet, not Accordion.
|
Gets the description for the tab. The description can be used to briefly describe the state of the tab to the user, and is typically shown as a tooltip when hovering over the tab.
|
Sets the description for the tab. The description can be used to briefly describe the state of the tab to the user, and is typically shown as a tooltip when hovering over the tab.
|
Gets the curent error message shown for the tab.
|
Sets an error indicator to be shown in the tab. This can be used e.g. to communicate to the user that there is a problem in the contents of the tab.
|
Get the component related to the ITab
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Apr 20 16:52:57 2013 | http://epydoc.sourceforge.net |