Package muntjac :: Package ui :: Module abstract_select :: Class AbstractSelectTargetDetails
[hide private]
[frames] | no frames]

Class AbstractSelectTargetDetails

source code

                                object --+        
                                         |        
    event.dd.target_details.ITargetDetails --+    
                                             |    
event.dd.target_details_impl.TargetDetailsImpl --+
                                                 |
                                                AbstractSelectTargetDetails
Known Subclasses:

TargetDetails implementation for subclasses of AbstractSelect that implement DropTarget.

Instance Methods [hide private]
 
__init__(self, rawVariables, select)
Constructor that automatically converts itemIdOver key to corresponding item Id
source code
 
getItemIdOver(self)
If the drag operation is currently over an IItem, this method returns the identifier of that IItem.
source code
 
getDropLocation(self)
Returns a detailed vertical location where the drop happened on IItem.
source code

Inherited from event.dd.target_details_impl.TargetDetailsImpl: getData, getTarget, setData

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, rawVariables, select)
(Constructor)

source code 

Constructor that automatically converts itemIdOver key to corresponding item Id

Overrides: object.__init__