Uses of Class
com.vaadin.shared.ui.dnd.EffectAllowed
-
Packages that use EffectAllowed Package Description com.vaadin.shared.ui.dnd -
-
Uses of EffectAllowed in com.vaadin.shared.ui.dnd
Fields in com.vaadin.shared.ui.dnd declared as EffectAllowed Modifier and Type Field Description EffectAllowedDragSourceState. effectAllowedDataTransfer.effectAllowedparameter for the drag event.Methods in com.vaadin.shared.ui.dnd that return EffectAllowed Modifier and Type Method Description 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.
-