Package muntjac :: Package data :: Module property :: Class ValueChangeEvent
[hide private]
[frames] | no frames]

Class ValueChangeEvent

source code

object --+
         |
        ValueChangeEvent
Known Subclasses:

An Event object specifying the IProperty whose value has been changed.


Authors:
Vaadin Ltd., Richard Lincoln

Version: 1.1.2

Instance Methods [hide private]
 
getProperty(self)
Retrieves the IProperty that has been modified.
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]

getProperty(self)

source code 

Retrieves the IProperty that has been modified.

Returns:
source IProperty of the event