Uses of Interface
com.vaadin.ui.components.grid.DropIndexCalculator
-
Packages that use DropIndexCalculator Package Description com.vaadin.ui.components.grid -
-
Uses of DropIndexCalculator in com.vaadin.ui.components.grid
Methods in com.vaadin.ui.components.grid that return DropIndexCalculator Modifier and Type Method 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.Methods in com.vaadin.ui.components.grid with parameters of type DropIndexCalculator Modifier and Type Method Description voidGridRowDragger. setDropIndexCalculator(DropIndexCalculator<T> dropIndexCalculator)Sets the drop index calculator for the target grid.
-