Package muntjac :: Package terminal :: Package gwt :: Package client :: Package ui :: Package dd :: Module v_drag_and_drop_manager :: Class DragEventType
[hide private]
[frames] | no frames]

Class DragEventType

source code

object --+
         |
        DragEventType

Instance Methods [hide private]

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

Class Methods [hide private]
 
values(cls) source code
Class Variables [hide private]
  ENTER = 'ENTER'
  LEAVE = 'LEAVE'
  OVER = 'OVER'
  DROP = 'DROP'
  _values = ['ENTER', 'LEAVE', 'OVER', 'DROP']
Properties [hide private]

Inherited from object: __class__