Uses of Enum Class
com.vaadin.flow.component.dnd.EffectAllowed
Packages that use EffectAllowed
-
Uses of EffectAllowed in com.vaadin.flow.component.dnd
Methods in com.vaadin.flow.component.dnd that return EffectAllowedModifier and TypeMethodDescriptiondefault EffectAllowedDragSource.getEffectAllowed()Returns the allowed effects for the current drag source element.DropEvent.getEffectAllowed()Get theeffectAllowedset by the drag source.static EffectAllowedReturns the enum constant of this class with the specified name.static EffectAllowed[]EffectAllowed.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.vaadin.flow.component.dnd with parameters of type EffectAllowedModifier and TypeMethodDescriptiondefault voidDragSource.setEffectAllowed(EffectAllowed effect) Sets the allowed effects for the current drag source element.