Uses of Class
com.vaadin.shared.ui.grid.DropMode
-
Packages that use DropMode Package Description com.vaadin.shared.ui.grid -
-
Uses of DropMode in com.vaadin.shared.ui.grid
Fields in com.vaadin.shared.ui.grid declared as DropMode Modifier and Type Field Description DropModeGridDropTargetState. dropModeStores the drop mode of the drop target Grid.Methods in com.vaadin.shared.ui.grid that return DropMode Modifier and Type Method Description static DropModeDropMode. valueOf(String name)Returns the enum constant of this type with the specified name.static DropMode[]DropMode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-