@Deprecated public class DragAndDropWrapper.WrapperTransferable extends TransferableImpl
| Constructor and Description |
|---|
WrapperTransferable(Component sourceComponent,
Map<String,Object> rawVariables)
Deprecated.
|
| Modifier and Type | Method and 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.
|
getData, getDataFlavors, getSourceComponent, setDatapublic Component getDraggedComponent()
public MouseEventDetails getMouseDownEvent()
public Html5File[] getFiles()
public String getText()
public String getHtml()
Copyright © 2019 Vaadin Ltd. All rights reserved.