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

Class IViewer

source code

object --+
         |
        IViewer
Known Subclasses:

Interface implemented by the viewer classes capable of using a IProperty as a data source.


Authors:
Vaadin Ltd., Richard Lincoln

Version: 1.1.2

Instance Methods [hide private]
 
setPropertyDataSource(self, newDataSource)
Sets the IProperty that serves as the data source of the viewer.
source code
 
getPropertyDataSource(self)
Gets the IProperty serving as the data source of the viewer.
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]

setPropertyDataSource(self, newDataSource)

source code 

Sets the IProperty that serves as the data source of the viewer.

Parameters:
  • newDataSource - the new data source IProperty

getPropertyDataSource(self)

source code 

Gets the IProperty serving as the data source of the viewer.

Returns:
the IProperty serving as the viewers data source