We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.event.dd.
Package com.vaadin.event.dd
-
Interface Summary Interface Description DragSource DragSource is a
Component
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 about
DragAndDropEvent
. -
Class Summary Class Description DragAndDropEvent DragAndDropEvent wraps information related to drag and drop operation.
TargetDetailsImpl A HashMap backed implementation of
TargetDetails
for terminal implementation and for extension.