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

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

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

Methods in com.vaadin.terminal.gwt.client.ui.dd that return HorizontalDropLocation
static HorizontalDropLocation DDUtil.getHorizontalDropLocation(com.google.gwt.user.client.Element element, int clientX, double leftRightRatio)
          Deprecated. use the version with the actual event
static HorizontalDropLocation DDUtil.getHorizontalDropLocation(com.google.gwt.user.client.Element element, com.google.gwt.dom.client.NativeEvent event, double leftRightRatio)
           
static HorizontalDropLocation HorizontalDropLocation.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static HorizontalDropLocation[] HorizontalDropLocation.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of HorizontalDropLocation in com.vaadin.terminal.gwt.client.ui.draganddropwrapper
 

Fields in com.vaadin.terminal.gwt.client.ui.draganddropwrapper declared as HorizontalDropLocation
protected  HorizontalDropLocation VDragAndDropWrapper.horizontalDropLocation
           
 

Uses of HorizontalDropLocation in com.vaadin.ui
 

Methods in com.vaadin.ui that return HorizontalDropLocation
 HorizontalDropLocation DragAndDropWrapper.WrapperTargetDetails.getHorizontalDropLocation()
           
 HorizontalDropLocation DragAndDropWrapper.WrapperTargetDetails.horizontalDropLocation()
          Deprecated. use DragAndDropWrapper.WrapperTargetDetails.getHorizontalDropLocation() instead
 



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