Package muntjac :: Package ui :: Module table :: Class TableDragMode
[hide private]
[frames] | no frames]

Class TableDragMode

source code

object --+
         |
        TableDragMode

Modes that Table support as drag sourse.

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
 
ordinal(cls, val) source code
Class Variables [hide private]
  NONE = 'NONE'
Table does not start drag and drop events.
  ROW = 'ROW'
Table starts drag with a one row only.
  MULTIROW = 'MULTIROW'
Table drags selected rows, if drag starts on a selected rows.
  _values = ['NONE', 'ROW', 'MULTIROW']
Properties [hide private]

Inherited from object: __class__

Class Variable Details [hide private]

NONE

Table does not start drag and drop events. HTM5 style events started

Value:
'NONE'

MULTIROW

Table drags selected rows, if drag starts on a selected rows. Else it

Value:
'MULTIROW'