public class DDUtil extends Object
| Constructor and Description |
|---|
DDUtil() |
| Modifier and Type | Method and 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) |
public static VerticalDropLocation getVerticalDropLocation(com.google.gwt.dom.client.Element element, com.google.gwt.dom.client.NativeEvent event, double topBottomRatio)
public static VerticalDropLocation getVerticalDropLocation(com.google.gwt.dom.client.Element element, int offsetHeight, com.google.gwt.dom.client.NativeEvent event, double topBottomRatio)
public static VerticalDropLocation getVerticalDropLocation(com.google.gwt.dom.client.Element element, int offsetHeight, int clientY, double topBottomRatio)
public static HorizontalDropLocation getHorizontalDropLocation(com.google.gwt.dom.client.Element element, com.google.gwt.dom.client.NativeEvent event, double leftRightRatio)
Copyright © 2016 Vaadin Ltd. All rights reserved.