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
DataBoundTransferable
Parent class forTransferable
implementations that have a Vaadin container as a data source.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()
Transferable
DragSource. getTransferable(Map<String,Object> rawVariables)
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)
-
Uses of Transferable in com.vaadin.ui
Classes in com.vaadin.ui that implement Transferable Modifier and Type Class Description class
DragAndDropWrapper.WrapperTransferable
class
Table.TableTransferable
Concrete implementation ofDataBoundTransferable
for data transferred from a table.protected class
Tree.TreeTransferable
Concrete implementation ofDataBoundTransferable
for data transferred from a tree.Methods in com.vaadin.ui that return Transferable Modifier and Type Method Description Transferable
DragAndDropWrapper. getTransferable(Map<String,Object> rawVariables)
Transferable
Tree. getTransferable(Map<String,Object> payload)
-