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