Uses of Class
com.vaadin.ui.components.grid.GridDropTarget
-
Packages that use GridDropTarget Package Description com.vaadin.ui.components.grid -
-
Uses of GridDropTarget in com.vaadin.ui.components.grid
Subclasses of GridDropTarget in com.vaadin.ui.components.grid Modifier and Type Class Description class
TreeGridDropTarget<T>
Makes the rows of a TreeGrid HTML5 drop targets.Methods in com.vaadin.ui.components.grid that return GridDropTarget Modifier and Type Method Description GridDropTarget<T>
GridRowDragger. getGridDropTarget()
Returns the drop target grid to allow performing customizations such as alteringDropEffect
.
-