Uses of Class
com.vaadin.flow.component.grid.dnd.GridDropLocation
-
Packages that use GridDropLocation Package Description com.vaadin.flow.component.grid.dnd -
-
Uses of GridDropLocation in com.vaadin.flow.component.grid.dnd
Methods in com.vaadin.flow.component.grid.dnd that return GridDropLocation Modifier and Type Method Description GridDropLocation
GridDropEvent. getDropLocation()
Get the location of the drop within the row.static GridDropLocation
GridDropLocation. valueOf(String name)
Returns the enum constant of this type with the specified name.static GridDropLocation[]
GridDropLocation. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-