Uses of Class
com.vaadin.ui.components.grid.GridDropEvent
-
Packages that use GridDropEvent Package Description com.vaadin.ui.components.grid -
-
Uses of GridDropEvent in com.vaadin.ui.components.grid
Subclasses of GridDropEvent in com.vaadin.ui.components.grid Modifier and Type Class Description class
TreeGridDropEvent<T>
Drop event on an HTML5 drop targetTreeGrid
row.Methods in com.vaadin.ui.components.grid with parameters of type GridDropEvent Modifier and Type Method 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.
-