Uses of Class
com.vaadin.shared.ui.dd.VerticalDropLocation
-
Packages that use VerticalDropLocation Package Description com.vaadin.client.ui com.vaadin.client.ui.dd com.vaadin.shared.ui.dd com.vaadin.ui -
-
Uses of VerticalDropLocation in com.vaadin.client.ui
Fields in com.vaadin.client.ui declared as VerticalDropLocation Modifier and Type Field Description protected VerticalDropLocation
VDragAndDropWrapper. verticalDropLocation
-
Uses of VerticalDropLocation in com.vaadin.client.ui.dd
Methods in com.vaadin.client.ui.dd that return VerticalDropLocation Modifier and Type Method Description static VerticalDropLocation
DDUtil. getVerticalDropLocation(com.google.gwt.dom.client.Element element, int offsetHeight, int clientY, double topBottomRatio)
Get vertical drop location.static VerticalDropLocation
DDUtil. getVerticalDropLocation(com.google.gwt.dom.client.Element element, int offsetHeight, com.google.gwt.dom.client.NativeEvent event, double topBottomRatio)
Get vertical drop location.static VerticalDropLocation
DDUtil. getVerticalDropLocation(com.google.gwt.dom.client.Element element, com.google.gwt.dom.client.NativeEvent event, double topBottomRatio)
Get vertical drop location. -
Uses of VerticalDropLocation in com.vaadin.shared.ui.dd
Methods in com.vaadin.shared.ui.dd that return VerticalDropLocation Modifier and Type Method Description static VerticalDropLocation
VerticalDropLocation. valueOf(String name)
Returns the enum constant of this type with the specified name.static VerticalDropLocation[]
VerticalDropLocation. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of VerticalDropLocation in com.vaadin.ui
Methods in com.vaadin.ui that return VerticalDropLocation Modifier and Type Method Description VerticalDropLocation
DragAndDropWrapper.WrapperTargetDetails. getVerticalDropLocation()
-