public class DragAndDropWrapper.WrapperTransferable extends TransferableImpl
Constructor and Description |
---|
WrapperTransferable(Component sourceComponent,
Map<String,Object> rawVariables) |
Modifier and Type | Method and Description |
---|---|
Component |
getDraggedComponent()
The component in wrapper that is being dragged or null if the
transferable is not a component (most likely an html5 drag).
|
Html5File[] |
getFiles() |
String |
getHtml() |
MouseEventDetails |
getMouseDownEvent() |
String |
getText() |
getData, getDataFlavors, getSourceComponent, setData
public Component getDraggedComponent()
public MouseEventDetails getMouseDownEvent()
public Html5File[] getFiles()
public String getText()
public String getHtml()
Copyright © 2021 Vaadin Ltd. All rights reserved.