We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.client.ui.dd.
Class DDUtil
- java.lang.Object
-
- com.vaadin.client.ui.dd.DDUtil
-
public class DDUtil extends Object
-
-
Constructor Summary
Constructors Constructor Description DDUtil()
-
Method Summary
All Methods Modifier and Type Method Description static HorizontalDropLocation
getHorizontalDropLocation(com.google.gwt.dom.client.Element element, com.google.gwt.dom.client.NativeEvent event, double leftRightRatio)
static VerticalDropLocation
getVerticalDropLocation(com.google.gwt.dom.client.Element element, int offsetHeight, int clientY, double topBottomRatio)
static VerticalDropLocation
getVerticalDropLocation(com.google.gwt.dom.client.Element element, int offsetHeight, com.google.gwt.dom.client.NativeEvent event, double topBottomRatio)
static VerticalDropLocation
getVerticalDropLocation(com.google.gwt.dom.client.Element element, com.google.gwt.dom.client.NativeEvent event, double topBottomRatio)
-
-
-
Method Detail
-
getVerticalDropLocation
public static VerticalDropLocation getVerticalDropLocation(com.google.gwt.dom.client.Element element, com.google.gwt.dom.client.NativeEvent event, double topBottomRatio)
-
getVerticalDropLocation
public static VerticalDropLocation getVerticalDropLocation(com.google.gwt.dom.client.Element element, int offsetHeight, com.google.gwt.dom.client.NativeEvent event, double topBottomRatio)
-
getVerticalDropLocation
public static VerticalDropLocation getVerticalDropLocation(com.google.gwt.dom.client.Element element, int offsetHeight, int clientY, double topBottomRatio)
-
getHorizontalDropLocation
public static HorizontalDropLocation getHorizontalDropLocation(com.google.gwt.dom.client.Element element, com.google.gwt.dom.client.NativeEvent event, double leftRightRatio)
-
-