Package com.vaadin.ui

Class DragAndDropWrapper.WrapperTransferable

  • All Implemented Interfaces:
    Transferable, java.io.Serializable
    Enclosing class:
    DragAndDropWrapper

    @Deprecated
    public class DragAndDropWrapper.WrapperTransferable
    extends TransferableImpl
    Deprecated.
    Since 8.1, will be replaced by FileDropTargetExtension and FileDropEvent, https://github.com/vaadin/framework/issues/8891
    See Also:
    Serialized Form
    • Constructor Detail

      • WrapperTransferable

        public WrapperTransferable​(Component sourceComponent,
                                   java.util.Map<java.lang.String,​java.lang.Object> rawVariables)
        Deprecated.
    • Method Detail

      • getDraggedComponent

        public Component getDraggedComponent()
        Deprecated.
        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()
        Deprecated.
        Returns:
        the mouse down event that started the drag and drop operation
      • getFiles

        public Html5File[] getFiles()
        Deprecated.
      • getText

        public java.lang.String getText()
        Deprecated.
      • getHtml

        public java.lang.String getHtml()
        Deprecated.