Package | Description |
---|---|
com.vaadin.flow.component.dnd | |
com.vaadin.flow.component.dnd.internal |
Modifier and Type | Method and Description |
---|---|
static <T extends Component> |
DragSource.configure(T component)
Gives access to the generic drag source API for the given component.
|
static <T extends Component> |
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.create(T component)
Makes the given component draggable and gives access to the generic drag
source API for the component.
|
Modifier and Type | Method and Description |
---|---|
static <T extends Component> |
DndUtil.updateDragSourceActivation(DragSource<T> dragSource)
Triggers drag source activation method in JS connector once when the
component has been attached.
|
Copyright © 2020. All rights reserved.