Package com.vaadin.ui
Class DragAndDropWrapper.WrapperTransferable
- java.lang.Object
-
- com.vaadin.event.TransferableImpl
-
- com.vaadin.ui.DragAndDropWrapper.WrapperTransferable
-
- All Implemented Interfaces:
Transferable,Serializable
- Enclosing class:
- DragAndDropWrapper
@Deprecated public class DragAndDropWrapper.WrapperTransferable extends TransferableImpl
Deprecated.Since 8.1, will be replaced by FileDropTargetExtension and FileDropEvent, https://github.com/vaadin/framework/issues/8891- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WrapperTransferable(Component sourceComponent, Map<String,Object> rawVariables)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ComponentgetDraggedComponent()Deprecated.The component in wrapper that is being dragged or null if the transferable is not a component (most likely an html5 drag).Html5File[]getFiles()Deprecated.StringgetHtml()Deprecated.MouseEventDetailsgetMouseDownEvent()Deprecated.StringgetText()Deprecated.-
Methods inherited from class com.vaadin.event.TransferableImpl
getData, getDataFlavors, getSourceComponent, setData
-
-
-
-
Method Detail
-
getDraggedComponent
public Component getDraggedComponent()
Deprecated.The component in wrapper that is being dragged or null if the transferable is not a component (most likely an html5 drag).- Returns:
-
getMouseDownEvent
public MouseEventDetails getMouseDownEvent()
Deprecated.- Returns:
- the mouse down event that started the drag and drop operation
-
getFiles
public Html5File[] getFiles()
Deprecated.
-
getText
public String getText()
Deprecated.
-
getHtml
public String getHtml()
Deprecated.
-
-