Package com.allen_sauer.gwt.dnd.client.util

Utility classes for drag-and-drop.

See:
          Description

Interface Summary
Area Class representing a rectangular region, with convenience methods for calculations.
DragClientBundle  
DragClientBundle.DragCssResource  
Location Class representing a location defined by left (x) and top (y) coordinates.
LocationWidgetComparator  
 

Class Summary
AbstractArea Provides implementations for common Area calculations.
AbstractLocation Provides default method implementations.
CoordinateArea Class representing a numerically specified rectangular region.
CoordinateLocation A position represented by a left (x) and top (y) coordinate.
DOMUtil Provides DOM utility methods.
StringUtil Shared String utility methods.
WidgetArea  
WidgetLocation  
 

Package com.allen_sauer.gwt.dnd.client.util Description

Utility classes for drag-and-drop. This package contains shared classes represent some of the implementation details behind drag-and-drop. This includes JSNI methods not available in DOM and classes to calculate relative positions and potential overlap or intersection of two areas.



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