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 StringDRAG_START_COMPONENT_ATTRIBUTEDeprecated.static StringDRAG_START_MODEDeprecated.static StringHTML5_DATA_FLAVORSDeprecated.
-
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
-
-