Package muntjac :: Package ui :: Module abstract_text_field :: Class TextChangeEventMode
[hide private]
[frames] | no frames]

Class TextChangeEventMode

source code

object --+
         |
        TextChangeEventMode

Different modes how the TextField can trigger TextChangeEvents.

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]
  EAGER = 'EAGER'
  TIMEOUT = 'TIMEOUT'
  LAZY = 'LAZY'
  _values = ['EAGER', 'TIMEOUT', 'LAZY']
Properties [hide private]

Inherited from object: __class__