[View]  [Edit]  [Lock]  [References]  [Attachments]  [History]  [Home]  [Changes]  [Search]  [Help] 

[WI8] TabsWidget

TabWidget allows multiple panes to be contained within a single window/pane, using tabs as a navigational widget for switching between sets of widgets. A tipical usage can be seen in class hierarchy tree pane (Hierarchy vs Category vs List) in [UI8] UI8Browser

Hierarchy

TabsWidget inherits from [WI8] WI8Window.

Relevant Methods

Class

localEventsReturn the smalltalk events managed by instances of the receiver

Instance

selectionReturn the current selection
tabsReturn the tabs of receiver

Events

TabsWidgetcan handle the following events (besides the ones inherited from its superclass):

Local Events

needsSelected-
needsTabs-
needsTabNamesReceiver needs acquire tab page title
getTabContents:-
makeupTab:-
needsHeader-
needsPage-
makeupHeader-
makeupPage-
configureHeader-
configurePage-
getPageContents:Receiver needs acquire tab page content
tabSelected:-
needsTabWidth:-

References