Uses of Class
com.vaadin.ui.components.grid.GridDragSource
-
Packages that use GridDragSource Package Description com.vaadin.ui.components.grid -
-
Uses of GridDragSource in com.vaadin.ui.components.grid
Subclasses of GridDragSource in com.vaadin.ui.components.grid Modifier and Type Class Description class
TreeGridDragSource<T>
Makes a TreeGrid's rows draggable for HTML5 drag and drop functionality.Methods in com.vaadin.ui.components.grid that return GridDragSource Modifier and Type Method Description GridDragSource<T>
GridRowDragger. getGridDragSource()
Returns the drag source grid, exposing it for customizations.
-