Uses of Class
com.vaadin.shared.ui.dnd.EffectAllowed
-
Packages that use EffectAllowed Package Description com.vaadin.shared.ui.dnd com.vaadin.ui.components.grid com.vaadin.ui.dnd com.vaadin.ui.dnd.event -
-
Uses of EffectAllowed in com.vaadin.shared.ui.dnd
Fields in com.vaadin.shared.ui.dnd declared as EffectAllowed Modifier and Type Field Description EffectAllowed
DragSourceState. effectAllowed
DataTransfer.effectAllowed
parameter for the drag event.Methods in com.vaadin.shared.ui.dnd that return EffectAllowed Modifier and Type Method Description 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. -
Uses of EffectAllowed in com.vaadin.ui.components.grid
Constructors in com.vaadin.ui.components.grid with parameters of type EffectAllowed Constructor Description GridDragStartEvent(Grid<T> source, EffectAllowed effectAllowed, List<T> draggedItems)
Creates a drag start event. -
Uses of EffectAllowed in com.vaadin.ui.dnd
Methods in com.vaadin.ui.dnd that return EffectAllowed Modifier and Type Method Description EffectAllowed
DragSourceExtension. getEffectAllowed()
Returns the allowed effects for the current drag source element.Methods in com.vaadin.ui.dnd with parameters of type EffectAllowed Modifier and Type Method Description void
DragSourceExtension. setEffectAllowed(EffectAllowed effect)
Sets the allowed effects for the current drag source element. -
Uses of EffectAllowed in com.vaadin.ui.dnd.event
Methods in com.vaadin.ui.dnd.event that return EffectAllowed Modifier and Type Method Description EffectAllowed
DragStartEvent. getEffectAllowed()
Returns theeffectAllowed
parameter of this event.Constructors in com.vaadin.ui.dnd.event with parameters of type EffectAllowed Constructor Description DragStartEvent(T source, EffectAllowed effectAllowed)
Creates a drag start event.
-