| Package | Description |
|---|---|
| com.vaadin.shared.ui.grid | |
| com.vaadin.shared.ui.treegrid |
| Modifier and Type | Method and Description |
|---|---|
static DropLocation |
DropLocation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DropLocation[] |
DropLocation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridDropTargetRpc.drop(List<String> types,
Map<String,String> data,
String dropEffect,
String rowKey,
DropLocation dropLocation,
MouseEventDetails mouseEventDetails)
Called when drop event happens on client side.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TreeGridDropTargetRpc.drop(List<String> types,
Map<String,String> data,
String dropEffect,
String rowKey,
Integer depth,
Boolean collapsed,
DropLocation dropLocation,
MouseEventDetails mouseEventDetails)
Called when drop event happens on client side.
|
Copyright © 2021 Vaadin Ltd. All rights reserved.