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 classDataBoundTransferableParent class forTransferableimplementations that have a Vaadin container as a data source.classTransferableImplTODO Javadoc! -
Uses of Transferable in com.vaadin.event.dd
Methods in com.vaadin.event.dd that return Transferable Modifier and Type Method Description TransferableDragAndDropEvent. getTransferable()TransferableDragSource. 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 classDragAndDropWrapper.WrapperTransferableclassTable.TableTransferableConcrete implementation ofDataBoundTransferablefor data transferred from a table.protected classTree.TreeTransferableConcrete implementation ofDataBoundTransferablefor data transferred from a tree.Methods in com.vaadin.ui that return Transferable Modifier and Type Method Description TransferableDragAndDropWrapper. getTransferable(Map<String,Object> rawVariables)TransferableTree. getTransferable(Map<String,Object> payload)
-