Class TextFieldConstants
- java.lang.Object
-
- com.vaadin.v7.shared.ui.textfield.TextFieldConstants
-
- All Implemented Interfaces:
Serializable
@Deprecated public class TextFieldConstants extends Object implements Serializable
Deprecated.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringATTR_NO_VALUE_CHANGE_BETWEEN_PAINTSDeprecated.static StringATTR_TEXTCHANGE_EVENTMODEDeprecated.static StringATTR_TEXTCHANGE_TIMEOUTDeprecated.static StringTEXTCHANGE_MODE_EAGERDeprecated.static StringVAR_CUR_TEXTDeprecated.static StringVAR_CURSORDeprecated.
-
Constructor Summary
Constructors Constructor Description TextFieldConstants()Deprecated.
-
-
-
Field Detail
-
VAR_CUR_TEXT
public static final String VAR_CUR_TEXT
Deprecated.- See Also:
- Constant Field Values
-
ATTR_NO_VALUE_CHANGE_BETWEEN_PAINTS
public static final String ATTR_NO_VALUE_CHANGE_BETWEEN_PAINTS
Deprecated.- See Also:
- Constant Field Values
-
ATTR_TEXTCHANGE_TIMEOUT
public static final String ATTR_TEXTCHANGE_TIMEOUT
Deprecated.- See Also:
- Constant Field Values
-
VAR_CURSOR
public static final String VAR_CURSOR
Deprecated.- See Also:
- Constant Field Values
-
ATTR_TEXTCHANGE_EVENTMODE
public static final String ATTR_TEXTCHANGE_EVENTMODE
Deprecated.- See Also:
- Constant Field Values
-
TEXTCHANGE_MODE_EAGER
public static final String TEXTCHANGE_MODE_EAGER
Deprecated.- See Also:
- Constant Field Values
-
-