Package muntjac :: Package terminal :: Package gwt :: Package client :: Package ui :: Module v_text_field :: Class VTextField
[hide private]
[frames] | no frames]

Class VTextField

source code

object --+
         |
        VTextField

This class represents a basic text input field with one row.


Authors:
Vaadin Ltd., Richard Lincoln
Instance Methods [hide private]

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

Class Variables [hide private]
  VAR_CUR_TEXT = 'curText'
  ATTR_TEXTCHANGE_TIMEOUT = 'iet'
  VAR_CURSOR = 'c'
  ATTR_TEXTCHANGE_EVENTMODE = 'iem'
  ATTR_NO_VALUE_CHANGE_BETWEEN_PAINTS = 'nvc'
Properties [hide private]

Inherited from object: __class__