Uses of Interface
com.allen_sauer.gwt.dnd.client.util.Location

Packages that use Location
com.allen_sauer.gwt.dnd.client Main drag-and-drop classes. 
com.allen_sauer.gwt.dnd.client.util Utility classes for drag-and-drop. 
 

Uses of Location in com.allen_sauer.gwt.dnd.client
 

Fields in com.allen_sauer.gwt.dnd.client declared as Location
 Location SavedWidgetInfo.initialDraggableParentLocation
          Initial location for absolute panel parents.
 

Uses of Location in com.allen_sauer.gwt.dnd.client.util
 

Classes in com.allen_sauer.gwt.dnd.client.util that implement Location
 class AbstractLocation
          Provides default method implementations.
 class CoordinateLocation
          A position represented by a left (x) and top (y) coordinate.
 class WidgetLocation
           
 

Methods in com.allen_sauer.gwt.dnd.client.util that return Location
 Location Area.getCenter()
          Get the area's center Location.
 Location AbstractArea.getCenter()
           
 Location Location.newLocationSnappedToGrid(int gridX, int gridY)
          Return a new location, snapped to the grid based on a spacing of (gridX, gridY).
 Location AbstractLocation.newLocationSnappedToGrid(int gridX, int gridY)
           
 

Methods in com.allen_sauer.gwt.dnd.client.util with parameters of type Location
 int Area.distanceToEdge(Location location)
          Determine the shortest distance from the location to the edge of the area.
 int AbstractArea.distanceToEdge(Location location)
           
static int DOMUtil.findIntersect(com.google.gwt.user.client.ui.IndexedPanel parent, Location location, LocationWidgetComparator comparator)
          Find child widget intersection at the provided location using the provided comparator strategy.
 boolean Area.inBottomRight(Location location)
          Determine if location is to the bottom-right of the following 45 degree line.
 boolean AbstractArea.inBottomRight(Location location)
           
 boolean Area.intersects(Location location)
          Determine if the provided location intersects with our area.
 boolean AbstractArea.intersects(Location location)
           
 boolean LocationWidgetComparator.locationIndicatesIndexFollowingWidget(Area widgetArea, Location location)
          Determine whether or not location indicates insertion following widgetArea.
 void Area.moveTo(Location location)
          Translate our top left position to the new location.
 void AbstractArea.moveTo(Location location)
           
 



Copyright © 2011 Sage Software, Inc. All rights reserved.