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