Overview | System-Objects | Class-Tree | Class-List | Global Functions | Files |

Class-Description

The event object for drag and drop sessions

Inheritance

Parents: QxDragEvent » QxMouseEvent » QxDomEvent » QxEvent » QxObject » Object

Parameters

NameTypeMandatoryInfo
vTypeAllfalse
vMouseEventAllfalse
vTargetAllfalse
vRelatedTargetAllfalse

Type

This class is public.
It can be used by both user and programmer.

Properties

NameTitle
QxObject
Public
enabled

Functions

NameTitle
QxDragEvent
Public
addAction
addData
clearActions
clearData
dispose
getAction
getData
getDropDataTypes
getMouseEvent
removeAction
startDrag
QxMouseEvent
Public
getClientX
getClientY
getPageX
getPageY
getScreenX
getScreenY
isLeftButtonPressed
isMiddleButtonPressed
isRightButtonPressed
Private
_computeButton
_computeClientX
_computeClientY
_computePageX
_computePageY
_computeWheelDelta
QxDomEvent
Public
dispose
getAltKey
getCtrlKey
getShiftKey
setDefaultPrevented
QxEvent
Public
dispose
preventDefault
stopPropagation
QxObject
Public
debugPrint out a debug message to the qooxdoo debug console.
disposeDispose this object
errorPrint out an error to the qooxdoo debug console.
get
getDisposedReturns true if the object is disposed.
getUserData
infoPrint out an info message info to the qooxdoo debug console.
isDisposedReturns true if the object is disposed.
setSets multiple properties at once by using a property list
setUserData
toHashCodeReturn unique hash code of object
toStringReturns a string represantation of the qooxdoo object.
warnPrint out an warning to the qooxdoo debug console.