Package | Description |
---|---|
com.vaadin.flow.component.dnd | |
com.vaadin.flow.component.dnd.internal |
Class and Description |
---|
DragEndEvent
HTML5 drag end event, fired when the user stops dragging a drag source either
by dropping on top of a valid drop target or by canceling to drop.
|
DragSource
Mixin interface that provides basic drag source API for any component.
|
DragStartEvent
HTML5 drag start event, fired when the user starts dragging a drag source.
|
DropEffect
Used to specify the drop effect to use on dragenter or dragover events.
|
DropEvent
Server side drop event.
|
DropTarget
Mixin interface that provides basic drop target API for any component.
|
EffectAllowed
Used to specify the effect that is allowed for a drag operation.
|
Class and Description |
---|
DragSource
Mixin interface that provides basic drag source API for any component.
|
DropTarget
Mixin interface that provides basic drop target API for any component.
|
Copyright © 2021. All rights reserved.