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_NOTIFICATION_CAPTION
Deprecated.static String
ATTRIBUTE_NOTIFICATION_DELAY
Deprecated.static String
ATTRIBUTE_NOTIFICATION_ICON
Deprecated.static String
ATTRIBUTE_NOTIFICATION_MESSAGE
Deprecated.static String
ATTRIBUTE_NOTIFICATION_POSITION
Deprecated.static String
ATTRIBUTE_NOTIFICATION_STYLE
Deprecated.static String
LOCATION_VARIABLE
Deprecated.static String
NOTIFICATION_HTML_CONTENT_NOT_ALLOWED
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
-
NOTIFICATION_HTML_CONTENT_NOT_ALLOWED
@Deprecated public static final String NOTIFICATION_HTML_CONTENT_NOT_ALLOWED
Deprecated.- See Also:
- Constant Field Values
-
LOCATION_VARIABLE
@Deprecated public static final String LOCATION_VARIABLE
Deprecated.- See Also:
- Constant Field Values
-
ATTRIBUTE_NOTIFICATION_STYLE
@Deprecated public static final String ATTRIBUTE_NOTIFICATION_STYLE
Deprecated.- See Also:
- Constant Field Values
-
ATTRIBUTE_NOTIFICATION_CAPTION
@Deprecated public static final String ATTRIBUTE_NOTIFICATION_CAPTION
Deprecated.- See Also:
- Constant Field Values
-
ATTRIBUTE_NOTIFICATION_MESSAGE
@Deprecated public static final String ATTRIBUTE_NOTIFICATION_MESSAGE
Deprecated.- See Also:
- Constant Field Values
-
ATTRIBUTE_NOTIFICATION_ICON
@Deprecated public static final String ATTRIBUTE_NOTIFICATION_ICON
Deprecated.- See Also:
- Constant Field Values
-
ATTRIBUTE_NOTIFICATION_POSITION
@Deprecated public static final String ATTRIBUTE_NOTIFICATION_POSITION
Deprecated.- See Also:
- Constant Field Values
-
ATTRIBUTE_NOTIFICATION_DELAY
@Deprecated public static final String ATTRIBUTE_NOTIFICATION_DELAY
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
-
-