Home | Trees | Indices | Help |
|
---|
|
object --+ | transferable.ITransferable --+ | transferable_impl.TransferableImpl --+ | DataBoundTransferable
Parent class for Transferable
implementations that have a Muntjac container as a data source. The
transfer is associated with an item (identified by its Id) and optionally
also a property identifier (e.g. a table column identifier when
transferring a single table cell).
The component must implement the interface IViewer.
In most cases, receivers of data transfers should depend on this class instead of its concrete subclasses.
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
Returns the identifier of the item being transferred.
|
Returns the optional property identifier that the transfer concerns. This can be e.g. the table column from which a drag operation originated.
|
Returns the container data source from which the transfer occurs. IViewer.getContainerDataSource is used to obtain the underlying container of the source component.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Jul 6 13:40:51 2013 | http://epydoc.sourceforge.net |