Uses of Class
com.vaadin.flow.component.grid.dnd.GridDropMode
-
Packages that use GridDropMode Package Description com.vaadin.flow.component.grid com.vaadin.flow.component.grid.dnd -
-
Uses of GridDropMode in com.vaadin.flow.component.grid
Methods in com.vaadin.flow.component.grid that return GridDropMode Modifier and Type Method Description GridDropModeGrid. getDropMode()Gets the drop mode of this drop target.Methods in com.vaadin.flow.component.grid with parameters of type GridDropMode Modifier and Type Method Description voidGrid. setDropMode(GridDropMode dropMode)Sets the drop mode of this drop target. -
Uses of GridDropMode in com.vaadin.flow.component.grid.dnd
Methods in com.vaadin.flow.component.grid.dnd that return GridDropMode Modifier and Type Method Description static GridDropModeGridDropMode. valueOf(String name)Returns the enum constant of this type with the specified name.static GridDropMode[]GridDropMode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-