Uses of Class
com.vaadin.flow.component.dnd.DropEffect
-
Packages that use DropEffect Package Description com.vaadin.flow.component.dnd -
-
Uses of DropEffect in com.vaadin.flow.component.dnd
Methods in com.vaadin.flow.component.dnd that return DropEffect Modifier and Type Method Description DropEffectDragEndEvent. getDropEffect()Get drop effect of the dragend event.DropEffectDropEvent. getDropEffect()Get the desireddropEffectfor the drop event.default DropEffectDropTarget. getDropEffect()Returns the drop effect for the current drop target.static DropEffectDropEffect. valueOf(String name)Returns the enum constant of this type with the specified name.static DropEffect[]DropEffect. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.vaadin.flow.component.dnd with parameters of type DropEffect Modifier and Type Method Description default voidDropTarget. setDropEffect(DropEffect dropEffect)Sets the drop effect for the current drop target.
-