Uses of Interface
com.vaadin.event.dd.TargetDetails
-
Packages that use TargetDetails Package Description com.vaadin.event.dd com.vaadin.ui -
-
Uses of TargetDetails in com.vaadin.event.dd
Classes in com.vaadin.event.dd that implement TargetDetails Modifier and Type Class Description classTargetDetailsImplDeprecated.Replaced in 8.1 byDropEvent.getDataTransferData(String)Methods in com.vaadin.event.dd that return TargetDetails Modifier and Type Method Description TargetDetailsDragAndDropEvent. getTargetDetails()Deprecated.TargetDetailsDropTarget. translateDropTargetDetails(Map<String,Object> clientVariables)Deprecated.Called before theDragAndDropEventis passed toDropHandler.Constructors in com.vaadin.event.dd with parameters of type TargetDetails Constructor Description DragAndDropEvent(Transferable transferable, TargetDetails dropTargetDetails)Deprecated. -
Uses of TargetDetails in com.vaadin.ui
Classes in com.vaadin.ui that implement TargetDetails Modifier and Type Class Description classDragAndDropWrapper.WrapperTargetDetailsDeprecated.Methods in com.vaadin.ui that return TargetDetails Modifier and Type Method Description TargetDetailsDragAndDropWrapper. translateDropTargetDetails(Map<String,Object> clientVariables)Deprecated.
-