Uses of Class
com.vaadin.flow.component.dnd.EffectAllowed
-
Packages that use EffectAllowed Package Description com.vaadin.flow.component.dnd -
-
Uses of EffectAllowed in com.vaadin.flow.component.dnd
Methods in com.vaadin.flow.component.dnd that return EffectAllowed Modifier and Type Method Description default EffectAllowed
DragSource. getEffectAllowed()
Returns the allowed effects for the current drag source element.EffectAllowed
DropEvent. getEffectAllowed()
Get theeffectAllowed
set by the drag source.static EffectAllowed
EffectAllowed. valueOf(String name)
Returns the enum constant of this type with the specified name.static EffectAllowed[]
EffectAllowed. 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 EffectAllowed Modifier and Type Method Description default void
DragSource. setEffectAllowed(EffectAllowed effect)
Sets the allowed effects for the current drag source element.
-