| Package | Description |
|---|---|
| com.vaadin.shared.ui.dnd | |
| com.vaadin.shared.ui.grid |
| Modifier and Type | Field and Description |
|---|---|
DropEffect |
DropTargetState.dropEffect
DataTransfer.dropEffect parameter for the drag event |
| Modifier and Type | Method and Description |
|---|---|
static DropEffect |
DropEffect.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DragSourceRpc.dragEnd(DropEffect dropEffect)
Called when dragend event happens on client side.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridDragSourceRpc.dragEnd(DropEffect dropEffect,
List<String> draggedItemKeys)
Called when dragend event happens on client side.
|
Copyright © 2017 Vaadin Ltd. All rights reserved.