Package com.vaadin.shared.ui.ui
Class UIConstants
- java.lang.Object
-
- com.vaadin.shared.ui.ui.UIConstants
-
- All Implemented Interfaces:
Serializable
public class UIConstants extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
ATTRIBUTE_PUSH_STATE
Deprecated.static String
ATTRIBUTE_REPLACE_STATE
Deprecated.static String
RESIZE_LAZY
Deprecated.static String
UI_ID_PARAMETER
Name of the parameter used to transmit UI ids back and forth.
-
Constructor Summary
Constructors Constructor Description UIConstants()
-
-
-
Field Detail
-
RESIZE_LAZY
@Deprecated public static final String RESIZE_LAZY
Deprecated.Attribute name for the lazy resize setting .- See Also:
- Constant Field Values
-
ATTRIBUTE_PUSH_STATE
@Deprecated public static final String ATTRIBUTE_PUSH_STATE
Deprecated.- See Also:
- Constant Field Values
-
ATTRIBUTE_REPLACE_STATE
@Deprecated public static final String ATTRIBUTE_REPLACE_STATE
Deprecated.- See Also:
- Constant Field Values
-
UI_ID_PARAMETER
public static final String UI_ID_PARAMETER
Name of the parameter used to transmit UI ids back and forth.- See Also:
- Constant Field Values
-
-