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.ui.
Class DragAndDropWrapper.WrapperTransferable
- java.lang.Object
-
- com.vaadin.event.TransferableImpl
-
- com.vaadin.ui.DragAndDropWrapper.WrapperTransferable
-
All Implemented Interfaces:
Enclosing class:
@Deprecated public class DragAndDropWrapper.WrapperTransferable extends TransferableImpl
Deprecated.Since 8.1, will be replaced by FileDropTargetExtension and FileDropEvent, https://github.com/vaadin/framework/issues/8891See Also:
-
-
Constructor Summary
Constructors Constructor Description WrapperTransferable(Component sourceComponent, Map<String,Object> rawVariables)
Deprecated.
-
Method Summary
All Methods Modifier and Type Method Description 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).
Html5File[]
getFiles()
Deprecated.
String
getHtml()
Deprecated.
MouseEventDetails
getMouseDownEvent()
Deprecated.
String
getText()
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.
-
-