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

Class SelectedTabChangeEvent

source code

      object --+        
               |        
util.EventObject --+    
                   |    
     component.Event --+
                       |
                      SelectedTabChangeEvent

Selected tab change event. This event is sent when the selected (shown) tab in the tab sheet is changed.


Authors:
Vaadin Ltd., Richard Lincoln

Version: 1.1.2

Instance Methods [hide private]
 
__init__(self, source)
New instance of selected tab change event
source code
 
getTabSheet(self)
TabSheet where the event occurred.
source code

Inherited from component.Event: getComponent

Inherited from util.EventObject: getSource

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, source)
(Constructor)

source code 

New instance of selected tab change event

Parameters:
  • source - the Source of the event.
Overrides: object.__init__

getTabSheet(self)

source code 

TabSheet where the event occurred.

Returns:
the Source of the event.