Package muntjac :: Package ui :: Module tab_sheet :: Class InnerHandler
[hide private]
[frames] | no frames]

Class InnerHandler

source code

   object --+    
            |    
ICloseHandler --+
                |
               InnerHandler

Instance Methods [hide private]
 
onTabClose(self, tabsheet, c)
Called when a user has pressed the close icon of a tab in the client side widget.
source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

onTabClose(self, tabsheet, c)

source code 

Called when a user has pressed the close icon of a tab in the client side widget.

Parameters:
  • tabsheet - the TabSheet to which the tab belongs to
  • tabContent - the component that corresponds to the tab whose close button was clicked
Overrides: ICloseHandler.onTabClose
(inherited documentation)