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

Class ICloseHandler

source code

object --+
         |
        ICloseHandler

ICloseHandler is used to process tab closing events. Default behavior is to remove the tab from the TabSheet.


Authors:
Jouni Koivuviita / Vaadin Ltd., Richard Lincoln
Instance Methods [hide private]
 
onTabClose(self, tabsheet, tabContent)
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, tabContent)

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