Uses of Interface
com.vaadin.event.Transferable
-
Packages that use Transferable Package Description com.vaadin.event com.vaadin.event.dd com.vaadin.ui -
-
Uses of Transferable in com.vaadin.event
Classes in com.vaadin.event that implement Transferable Modifier and Type Class Description class
TransferableImpl
TODO Javadoc! -
Uses of Transferable in com.vaadin.event.dd
Methods in com.vaadin.event.dd that return Transferable Modifier and Type Method Description Transferable
DragAndDropEvent. getTransferable()
Deprecated.Transferable
DragSource. getTransferable(Map<String,Object> rawVariables)
Deprecated.DragSource may convert data added by client side component to meaningful values for server side developer or add other data based on it.Constructors in com.vaadin.event.dd with parameters of type Transferable Constructor Description DragAndDropEvent(Transferable transferable, TargetDetails dropTargetDetails)
Deprecated. -
Uses of Transferable in com.vaadin.ui
Classes in com.vaadin.ui that implement Transferable Modifier and Type Class Description class
DragAndDropWrapper.WrapperTransferable
Deprecated.Since 8.1, will be replaced by FileDropTargetExtension and FileDropEvent, https://github.com/vaadin/framework/issues/8891Methods in com.vaadin.ui that return Transferable Modifier and Type Method Description Transferable
DragAndDropWrapper. getTransferable(Map<String,Object> rawVariables)
Deprecated.
-