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
public class DragAndDropWrapper.WrapperTransferable extends TransferableImpl
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WrapperTransferable(Component sourceComponent, Map<String,Object> rawVariables)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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()
-
Methods inherited from class com.vaadin.event.TransferableImpl
getData, getDataFlavors, getSourceComponent, setData
-
-
-
-
Method Detail
-
getDraggedComponent
public Component getDraggedComponent()
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()
- Returns:
- the mouse down event that started the drag and drop operation
-
getFiles
public Html5File[] getFiles()
-
getText
public String getText()
-
getHtml
public String getHtml()
-
-