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 EffectAllowedDragSource. getEffectAllowed()Returns the allowed effects for the current drag source element.EffectAllowedDropEvent. getEffectAllowed()Get theeffectAllowedset by the drag source.static EffectAllowedEffectAllowed. 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 voidDragSource. setEffectAllowed(EffectAllowed effect)Sets the allowed effects for the current drag source element.
-