A B C D E F G H I M N O P R S T V W

A

activeHandlers - Static variable in class ch.unifr.pai.twice.dragndrop.client.MPDragNDrop
Currently active drag and drop handlers (for the drags which are currently in progress) registered in a map depending on the UUID of the device which executes the drag
addDragHandler(Draggable, MPDragNDrop.Callback<NativeEvent>) - Method in class ch.unifr.pai.twice.dragndrop.client.MPDragNDrop
Delegates the registration of a generic "dragHandler" to the MouseDownHandler of the current widget since we are working with mouse pointers in this kind of drag and drop implementation
addDragHandler(Draggable, MPDragNDrop.Callback<NativeEvent>) - Method in class ch.unifr.pai.twice.dragndrop.client.TouchDragNDrop
Delegate the drag handler to the TouchStartHandler
addEventPreview() - Method in class ch.unifr.pai.twice.dragndrop.client.MPDragNDrop
Adds the event preview listening for mouse events.

A B C D E F G H I M N O P R S T V W