Uses of Class
com.vaadin.shared.ui.grid.DropLocation
-
Packages that use DropLocation Package Description com.vaadin.shared.ui.grid com.vaadin.shared.ui.treegrid -
-
Uses of DropLocation in com.vaadin.shared.ui.grid
Methods in com.vaadin.shared.ui.grid that return DropLocation Modifier and Type Method Description static DropLocationDropLocation. valueOf(String name)Returns the enum constant of this type with the specified name.static DropLocation[]DropLocation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.vaadin.shared.ui.grid with parameters of type DropLocation Modifier and Type Method Description voidGridDropTargetRpc. drop(List<String> types, Map<String,String> data, String dropEffect, String rowKey, DropLocation dropLocation, MouseEventDetails mouseEventDetails)Called when drop event happens on client side. -
Uses of DropLocation in com.vaadin.shared.ui.treegrid
Methods in com.vaadin.shared.ui.treegrid with parameters of type DropLocation Modifier and Type Method Description voidTreeGridDropTargetRpc. drop(List<String> types, Map<String,String> data, String dropEffect, String rowKey, Integer depth, Boolean collapsed, DropLocation dropLocation, MouseEventDetails mouseEventDetails)Called when drop event happens on client side.
-