Package com.vaadin.event.dd
-
Interface Summary Interface Description DragSource DragSource is aComponentthat builds aTransferablefor a drag and drop operation.DropHandler DropHandlers contain the actual business logic for drag and drop operations.DropTarget DropTarget is an interface for components supporting drop operations.TargetDetails TargetDetails wraps drop target related information aboutDragAndDropEvent. -
Class Summary Class Description DragAndDropEvent DragAndDropEvent wraps information related to drag and drop operation.TargetDetailsImpl A HashMap backed implementation ofTargetDetailsfor terminal implementation and for extension.