Uses of Package
com.vaadin.event.dd
-
Packages that use com.vaadin.event.dd Package Description com.vaadin.event.dd com.vaadin.event.dd.acceptcriteria com.vaadin.ui com.vaadin.ui.components.calendar -
Classes in com.vaadin.event.dd used by com.vaadin.event.dd Class Description DragAndDropEvent DragAndDropEvent wraps information related to 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
. -
Classes in com.vaadin.event.dd used by com.vaadin.event.dd.acceptcriteria Class Description DragAndDropEvent DragAndDropEvent wraps information related to drag and drop operation. -
Classes in com.vaadin.event.dd used by com.vaadin.ui Class Description DragAndDropEvent DragAndDropEvent wraps information related to drag and drop operation.DragSource DragSource is aComponent
that builds aTransferable
for 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
.TargetDetailsImpl A HashMap backed implementation ofTargetDetails
for terminal implementation and for extension. -
Classes in com.vaadin.event.dd used by com.vaadin.ui.components.calendar Class Description DropTarget DropTarget is an interface for components supporting drop operations.TargetDetails TargetDetails wraps drop target related information aboutDragAndDropEvent
.TargetDetailsImpl A HashMap backed implementation ofTargetDetails
for terminal implementation and for extension.