Uses of Class
com.vaadin.shared.ui.dnd.DropEffect
-
Packages that use DropEffect Package Description com.vaadin.shared.ui.dnd com.vaadin.shared.ui.grid -
-
Uses of DropEffect in com.vaadin.shared.ui.dnd
Fields in com.vaadin.shared.ui.dnd declared as DropEffect Modifier and Type Field Description DropEffectDropTargetState. dropEffectDataTransfer.dropEffectparameter for the drag event.Methods in com.vaadin.shared.ui.dnd that return DropEffect Modifier and Type Method Description static DropEffectDropEffect. valueOf(String name)Returns the enum constant of this type with the specified name.static DropEffect[]DropEffect. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.vaadin.shared.ui.dnd with parameters of type DropEffect Modifier and Type Method Description voidDragSourceRpc. dragEnd(DropEffect dropEffect)Called when dragend event happens on client side. -
Uses of DropEffect in com.vaadin.shared.ui.grid
Methods in com.vaadin.shared.ui.grid with parameters of type DropEffect Modifier and Type Method Description voidGridDragSourceRpc. dragEnd(DropEffect dropEffect, List<String> draggedItemKeys)Called when dragend event happens on client side.
-