Package com.vaadin.ui

Class DragAndDropWrapper.WrapperTransferable

    • Constructor Detail

      • WrapperTransferable

        public WrapperTransferable​(Component sourceComponent,
                                   Map<String,​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 MouseEventDetails getMouseDownEvent()
        Deprecated.
        Returns:
        the mouse down event that started the drag and drop operation
      • getFiles

        public Html5File[] getFiles()
        Deprecated.
      • getText

        public String getText()
        Deprecated.
      • getHtml

        public String getHtml()
        Deprecated.