Package library :: Package pyjamas :: Package ui :: Module DragWidget :: Class DragContainer
[hide private]
[frames] | no frames]

Class DragContainer

source code

object --+
         |
        DragContainer

mixin providing drag handlers for contained draggables events bubble up to here. event.target will be the actual draggable

This class is the same as DragWidget, but does not make itself draggable.

At runtime, we change the implementation based on html5 drag-and-drop capabilities of the engine.

Instance Methods [hide private]

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

Properties [hide private]

Inherited from object: __class__