Package | Description |
---|---|
com.vaadin.flow.component.dnd | |
com.vaadin.flow.component.dnd.internal |
Modifier and Type | Method and Description |
---|---|
static <T extends Component> |
DropTarget.configure(T component)
Gives access to the generic drop target API for the given component.
|
static <T extends Component> |
DropTarget.configure(T component,
boolean active)
Gives access to the generic drop target API for the given component and
either activates or deactivates the drop target.
|
static <T extends Component> |
DropTarget.create(T component)
Makes the given component a drop target and gives access to the generic
drop target API for the component.
|
Modifier and Type | Method and Description |
---|---|
static <T extends Component> |
DndUtil.updateDropTargetActivation(DropTarget<T> dropTarget)
Triggers drop target activation method in JS connector once when the
component has been attached.
|
Copyright © 2021. All rights reserved.