Class DragAndDropWrapperConstants
- java.lang.Object
-
- com.vaadin.shared.ui.draganddropwrapper.DragAndDropWrapperConstants
-
- All Implemented Interfaces:
Serializable
@Deprecated public class DragAndDropWrapperConstants extends Object implements Serializable
Deprecated.- See Also:
- Serialized Form
-
-
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:
- Constant Field Values
-
DRAG_START_MODE
@Deprecated public static final String DRAG_START_MODE
Deprecated.- See Also:
- Constant Field Values
-
DRAG_START_COMPONENT_ATTRIBUTE
public static final String DRAG_START_COMPONENT_ATTRIBUTE
Deprecated.- See Also:
- Constant Field Values
-
-