Package com.vaadin.ui.dnd.event
-
Interface Summary Interface Description DragEndListener<T extends AbstractComponent> Interface to be implemented when creating a dragend listener on a drag source for HTML5 drag and drop.DragStartListener<T extends AbstractComponent> Interface to be implemented when creating a dragstart listener on a drag source for HTML5 drag and drop.DropListener<T extends AbstractComponent> Interface to be implemented when creating a drop listener on a drop target for HTML5 drag and drop. -
Class Summary Class Description DragEndEvent<T extends AbstractComponent> HTML5 drag end event.DragStartEvent<T extends AbstractComponent> HTML5 drag start event.DropEvent<T extends AbstractComponent> Server side drop event.FileDropEvent<T extends AbstractComponent> File drop event that contains the collection of files dropped on a file drop target.