Parents: QxDragAndDropManager » QxManager » QxTarget » QxObject » Object
No Parameters defined.
This class is public.
It can be used by both user and programmer.
Name | Title |
---|---|
QxDragAndDropManager | |
Public | |
currentAction | |
cursor | |
destinationWidget | |
sourceWidget | |
QxObject | |
Public | |
enabled |
Name | Title |
---|---|
QxDragAndDropManager | |
Public | |
addAction | |
addData | Add data of mimetype. |
cancelDrag | Cancel current drag and drop session |
clearActions | |
clearData | |
dispose | |
getData | |
getDropDataTypes | |
getDropTarget | |
globalCancelDrag | |
handleKeyEvent | This wraps the key events to custom handlers. |
handleMouseEvent | This wraps the mouse events to custom handlers. |
initCursors | |
removeAction | |
setAction | |
startDrag | This needed be called from any QxConst.EVENT_TYPE_DRAGSTART event to really start drag session. |
supportsDrop | |
Private | |
_endDrag | This will be called to the end of each drag and drop session |
_endDragCore | |
_evalNewAction | |
_fireUserEvents | |
_getClientDocument | |
_handleKeyDown | |
_handleKeyUp | |
_handleMouseDown | This starts the core drag and drop session. |
_handleMouseMove | Handler for mouse move events |
_handleMouseUp | Handle mouse up event. Normally this finalize the drag and drop event. |
_modifyDestinationWidget | |
_renderCursor | Select and setup the current used cursor |
QxManager | |
Public | |
add | |
dispose | |
get | |
getAll | |
has | |
remove | |
QxTarget | |
Public | |
addEventListener | Add event listener to object |
createDispatchDataEvent | Checks if the event is registered. If so it creates a data event object and dispatch it. |
createDispatchEvent | Checks if the event is registered. If so it creates a event object and dispatch it. |
dispatchEvent | Public dispatch implementation |
dispose | |
getParent | Internal placeholder for bubbling phase of an event. |
hasEventListeners | Check if there are one or more listeners for an event type |
removeEventListener | Remove event listener from object |
Private | |
_dispatchEvent | Internal dispatch implementation |
QxObject | |
Public | |
debug | Print out a debug message to the qooxdoo debug console. |
dispose | Dispose this object |
error | Print out an error to the qooxdoo debug console. |
get | |
getDisposed | Returns true if the object is disposed. |
getUserData | |
info | Print out an info message info to the qooxdoo debug console. |
isDisposed | Returns true if the object is disposed. |
set | Sets multiple properties at once by using a property list |
setUserData | |
toHashCode | Return unique hash code of object |
toString | Returns a string represantation of the qooxdoo object. |
warn | Print out an warning to the qooxdoo debug console. |