Home | Trees | Indices | Help |
|
---|
|
object --+ | ITab
ITab meta-data for a component in a TabSheet.
The meta-data includes the tab caption, icon, visibility and enabledness, closability, description (tooltip) and an optional component error shown in the tab.
Tabs are identified by the component contained on them in most cases, and the meta-data can be obtained with TabSheet.getTab.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
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.
|
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.
|
Sets the caption for the tab.
|
Sets the icon for the tab.
|
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.
|
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.
See Also:
|
Gets the curent error message shown for the tab.
See Also:
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Jul 6 13:40:59 2013 | http://epydoc.sourceforge.net |