| Package | Description |
|---|---|
| com.vaadin.ui.components.grid |
| Modifier and Type | Method and Description |
|---|---|
static <T> DropIndexCalculator<T> |
DropIndexCalculator.alwaysDropToEnd()
Returns a calculator for always dropping items to the end of the target
grid, regardless of drop position.
|
DropIndexCalculator<T> |
GridRowDragger.getDropIndexCalculator()
Gets the drop index calculator.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridRowDragger.setDropIndexCalculator(DropIndexCalculator<T> dropIndexCalculator)
Sets the drop index calculator for the target grid.
|
Copyright © 2019 Vaadin Ltd. All rights reserved.