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.draganddropwrapper.
Class DragAndDropWrapperConstants
- java.lang.Object
-
- com.vaadin.shared.ui.draganddropwrapper.DragAndDropWrapperConstants
-
All Implemented Interfaces:
@Deprecated public class DragAndDropWrapperConstants extends Object implements Serializable
Deprecated.See Also:
-
-
Field Summary
Fields Modifier and Type Field Description static String
DRAG_START_COMPONENT_ATTRIBUTE
Deprecated.
static String
DRAG_START_MODE
Deprecated.
static String
HTML5_DATA_FLAVORS
Deprecated.
-
Constructor Summary
Constructors Constructor Description DragAndDropWrapperConstants()
Deprecated.
-
-
-
Field Detail
-
HTML5_DATA_FLAVORS
@Deprecated public static final String HTML5_DATA_FLAVORS
Deprecated.See Also:
-
DRAG_START_MODE
@Deprecated public static final String DRAG_START_MODE
Deprecated.See Also:
-
DRAG_START_COMPONENT_ATTRIBUTE
public static final String DRAG_START_COMPONENT_ATTRIBUTE
Deprecated.See Also:
-
-