We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.shared.ui.ui.
Class UIConstants
- java.lang.Object
-
- com.vaadin.shared.ui.ui.UIConstants
-
All Implemented Interfaces:
public class UIConstants extends Object implements Serializable
See Also:
-
-
Field Summary
Fields Modifier and Type Field and 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 and Description UIConstants()
-
-
-
Field Detail
-
RESIZE_LAZY
@Deprecated public static final String RESIZE_LAZY
Deprecated.
Attribute name for the lazy resize setting .
See Also:
-
ATTRIBUTE_PUSH_STATE
@Deprecated public static final String ATTRIBUTE_PUSH_STATE
Deprecated.
See Also:
-
ATTRIBUTE_REPLACE_STATE
@Deprecated public static final String ATTRIBUTE_REPLACE_STATE
Deprecated.
See Also:
-
UI_ID_PARAMETER
public static final String UI_ID_PARAMETER
Name of the parameter used to transmit UI ids back and forth.
See Also:
-
-