| Package | Description |
|---|---|
| com.vaadin.ui.components.grid |
| Modifier and Type | Class and Description |
|---|---|
class |
TreeGridDropEvent<T>
Drop event on an HTML5 drop target
TreeGrid row. |
| Modifier and Type | Method and Description |
|---|---|
int |
DropIndexCalculator.calculateDropIndex(GridDropEvent<T> event)
Called when Items are dropped onto a target grid.
|
void |
GridDropListener.drop(GridDropEvent<T> event)
Called when drop event is fired on a Grid row.
|
protected void |
GridRowDragger.handleDrop(GridDropEvent<T> event)
This method is triggered when there has been a drop on the target grid.
|
Copyright © 2022 Vaadin Ltd. All rights reserved.