Uses of Class
com.vaadin.terminal.gwt.client.ui.dd.VerticalDropLocation

Packages that use VerticalDropLocation
com.vaadin.terminal.gwt.client.ui.dd   
com.vaadin.terminal.gwt.client.ui.draganddropwrapper   
com.vaadin.terminal.gwt.client.ui.tree   
com.vaadin.ui   
 

Uses of VerticalDropLocation in com.vaadin.terminal.gwt.client.ui.dd
 

Methods in com.vaadin.terminal.gwt.client.ui.dd that return VerticalDropLocation
static VerticalDropLocation DDUtil.getVerticalDropLocation(com.google.gwt.user.client.Element element, int clientY, double topBottomRatio)
          Deprecated. use the version with the actual event instead of detected clientY value
static VerticalDropLocation DDUtil.getVerticalDropLocation(com.google.gwt.user.client.Element element, int offsetHeight, int clientY, double topBottomRatio)
           
static VerticalDropLocation DDUtil.getVerticalDropLocation(com.google.gwt.user.client.Element element, int offsetHeight, com.google.gwt.dom.client.NativeEvent event, double topBottomRatio)
           
static VerticalDropLocation DDUtil.getVerticalDropLocation(com.google.gwt.user.client.Element element, com.google.gwt.dom.client.NativeEvent event, double topBottomRatio)
           
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.terminal.gwt.client.ui.draganddropwrapper
 

Fields in com.vaadin.terminal.gwt.client.ui.draganddropwrapper declared as VerticalDropLocation
protected  VerticalDropLocation VDragAndDropWrapper.verticalDropLocation
           
 

Uses of VerticalDropLocation in com.vaadin.terminal.gwt.client.ui.tree
 

Methods in com.vaadin.terminal.gwt.client.ui.tree that return VerticalDropLocation
 VerticalDropLocation VTree.TreeNode.getDropDetail(com.google.gwt.dom.client.NativeEvent currentGwtEvent)
           
 

Methods in com.vaadin.terminal.gwt.client.ui.tree with parameters of type VerticalDropLocation
protected  void VTree.TreeNode.emphasis(VerticalDropLocation detail)
           
 

Uses of VerticalDropLocation in com.vaadin.ui
 

Methods in com.vaadin.ui that return VerticalDropLocation
 VerticalDropLocation AbstractSelect.AbstractSelectTargetDetails.getDropLocation()
          Returns a detailed vertical location where the drop happened on Item.
 VerticalDropLocation DragAndDropWrapper.WrapperTargetDetails.getVerticalDropLocation()
           
 VerticalDropLocation DragAndDropWrapper.WrapperTargetDetails.verticalDropLocation()
          Deprecated. use DragAndDropWrapper.WrapperTargetDetails.getVerticalDropLocation() instead
 



Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.