Package com.vaadin.flow.component.dnd


package com.vaadin.flow.component.dnd
  • Class
    Description
    DragEndEvent<T extends com.vaadin.flow.component.Component>
    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<T extends com.vaadin.flow.component.Component>
    Mixin interface that provides basic drag source API for any component.
    DragStartEvent<T extends com.vaadin.flow.component.Component>
    HTML5 drag start event, fired when the user starts dragging a drag source.
    Used to specify the drop effect to use on dragenter or dragover events.
    DropEvent<T extends com.vaadin.flow.component.Component>
    Server side drop event.
    DropTarget<T extends com.vaadin.flow.component.Component>
    Mixin interface that provides basic drop target API for any component.
    Used to specify the effect that is allowed for a drag operation.