Package muntjac :: Package ui :: Module drag_and_drop_wrapper :: Class WrapperTargetDetails
[hide private]
[frames] | no frames]

Class WrapperTargetDetails

source code

                                object --+        
                                         |        
    event.dd.target_details.ITargetDetails --+    
                                             |    
event.dd.target_details_impl.TargetDetailsImpl --+
                                                 |
                                                WrapperTargetDetails

Instance Methods [hide private]
 
__init__(self, rawDropData, wrapper)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
getAbsoluteLeft(self)
Returns: the absolute position of wrapper on the page
source code
 
getAbsoluteTop(self)
Returns: the absolute position of wrapper on the page
source code
 
getMouseEvent(self)
Returns: details about the actual event that caused the event details.
source code
 
getVerticalDropLocation(self)
Returns: a detail about the drags vertical position over the wrapper.
source code
 
getHorizontalDropLocation(self)
Returns: a detail about the drags horizontal position over the wrapper.
source code
 
verticalDropLocation(self) source code
 
horizontalDropLocation(self) 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, rawDropData, wrapper)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

getAbsoluteLeft(self)

source code 
Returns:
the absolute position of wrapper on the page

getAbsoluteTop(self)

source code 
Returns:
the absolute position of wrapper on the page

getMouseEvent(self)

source code 
Returns:
details about the actual event that caused the event details. Practically mouse move or mouse up.

getVerticalDropLocation(self)

source code 
Returns:
a detail about the drags vertical position over the wrapper.

getHorizontalDropLocation(self)

source code 
Returns:
a detail about the drags horizontal position over the wrapper.

verticalDropLocation(self)

source code 

Deprecated: use getVerticalDropLocation instead

horizontalDropLocation(self)

source code 

Deprecated: use getHorizontalDropLocation instead