Package muntjac :: Package ui :: Module tree :: Class ExpandEvent
[hide private]
[frames] | no frames]

Class ExpandEvent

source code

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

Event to fired when a node is expanded. ExapandEvent is fired when a node is to be expanded. it can me used to dynamically fill the sub-nodes of the node.


Authors:
Vaadin Ltd., Richard Lincoln

Version: 1.1.2

Instance Methods [hide private]
 
__init__(self, source, expandedItemId)
New instance of options change event
source code
 
getItemId(self)
Node 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, expandedItemId)
(Constructor)

source code 

New instance of options change event

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

getItemId(self)

source code 

Node where the event occurred.

Returns:
the source of the event.