com.vaadin.ui
Class DragAndDropWrapper.WrapperTransferable
java.lang.Object
com.vaadin.event.TransferableImpl
com.vaadin.ui.DragAndDropWrapper.WrapperTransferable
- All Implemented Interfaces:
- com.vaadin.event.Transferable, Serializable
- Enclosing class:
- DragAndDropWrapper
public class DragAndDropWrapper.WrapperTransferable
- extends com.vaadin.event.TransferableImpl
- See Also:
- Serialized Form
Methods inherited from class com.vaadin.event.TransferableImpl |
getData, getDataFlavors, getSourceComponent, setData |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DragAndDropWrapper.WrapperTransferable
public DragAndDropWrapper.WrapperTransferable(com.vaadin.ui.Component sourceComponent,
Map<String,Object> rawVariables)
getDraggedComponent
public 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).
- Returns:
getMouseDownEvent
public com.vaadin.shared.MouseEventDetails getMouseDownEvent()
- Returns:
- the mouse down event that started the drag and drop operation
getFiles
public com.vaadin.ui.Html5File[] getFiles()
getText
public String getText()
getHtml
public String getHtml()
Copyright © 2014 Magnolia International Ltd.. All Rights Reserved.