Uses of Interface
com.vaadin.flow.component.dnd.DragSource
-
Packages that use DragSource Package Description com.vaadin.flow.component.dnd com.vaadin.flow.component.dnd.internal -
-
Uses of DragSource in com.vaadin.flow.component.dnd
Methods in com.vaadin.flow.component.dnd that return DragSource Modifier and Type Method Description static <T extends Component>
DragSource<T>DragSource. configure(T component)
Gives access to the generic drag source API for the given component.static <T extends Component>
DragSource<T>DragSource. configure(T component, boolean draggable)
Gives access to the generic drag source API for the given component and applies the given draggable status to it.static <T extends Component>
DragSource<T>DragSource. create(T component)
Makes the given component draggable and gives access to the generic drag source API for the component. -
Uses of DragSource in com.vaadin.flow.component.dnd.internal
Methods in com.vaadin.flow.component.dnd.internal with parameters of type DragSource Modifier and Type Method Description static <T extends Component>
voidDndUtil. updateDragSourceActivation(DragSource<T> dragSource)
Triggers drag source activation method in JS connector once when the component has been attached.
-