Uses of Interface
com.vaadin.flow.component.dnd.DropTarget
Packages that use DropTarget
-
Uses of DropTarget in com.vaadin.flow.component.dnd
Methods in com.vaadin.flow.component.dnd that return DropTargetModifier and TypeMethodDescriptionstatic <T extends Component>
DropTarget<T>DropTarget.configure
(T component) Gives access to the generic drop target API for the given component.static <T extends Component>
DropTarget<T>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<T>DropTarget.create
(T component) Makes the given component a drop target and gives access to the generic drop target API for the component. -
Uses of DropTarget in com.vaadin.flow.component.dnd.internal
Methods in com.vaadin.flow.component.dnd.internal with parameters of type DropTargetModifier and TypeMethodDescriptionstatic <T extends Component>
voidDndUtil.updateDropTargetActivation
(DropTarget<T> dropTarget) Triggers drop target activation method in JS connector once when the component has been attached.