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

Class IEditor

source code

object --+    
         |    
   IViewer --+
             |
            IEditor

Interface implemented by the editor classes capable of editing the IProperty.

Implementing this interface means that the IProperty serving as the data source of the editor can be modified through the editor. It does not restrict the editor from editing the IProperty internally, though if the IProperty is in a read-only mode, attempts to modify it will result in the ReadOnlyException being thrown.


Authors:
Vaadin Ltd., Richard Lincoln

Version: 1.1.2

Instance Methods [hide private]

Inherited from IViewer: getPropertyDataSource, setPropertyDataSource

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

Properties [hide private]

Inherited from object: __class__