Package muntjac :: Package ui :: Module abstract_field :: Class IReadOnlyStatusChangeEvent
[hide private]
[frames] | no frames]

Class IReadOnlyStatusChangeEvent

source code

                          object --+        
                                   |        
                    util.EventObject --+    
                                       |    
                         component.Event --+
                                           |
                              object --+   |
                                       |   |
                 data.property.IProperty --+
                                           |
                              object --+   |
                                       |   |
data.property.IReadOnlyStatusChangeEvent --+
                                           |
                                          IReadOnlyStatusChangeEvent

An Event object specifying the IProperty whose read-only status has changed.


Authors:
Vaadin Ltd., Richard Lincoln

Version: 1.1.2

Instance Methods [hide private]
 
__init__(self, source)
New instance of text change event.
source code
 
getProperty(self)
IProperty where the event occurred.
source code

Inherited from component.Event: getComponent

Inherited from util.EventObject: getSource

Inherited from data.property.IProperty: __str__, getType, getValue, isReadOnly, setReadOnly, setValue

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, source)
(Constructor)

source code 

New instance of text change event.

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

getProperty(self)

source code 

IProperty where the event occurred.

Returns:
the Source of the event.
Overrides: data.property.IReadOnlyStatusChangeEvent.getProperty