Class DDUtil


  • public class DDUtil
    extends Object
    • Constructor Detail

      • DDUtil

        public DDUtil()
    • 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)