abstractdragdrop.js
No description.

File Location

/goog/fx/abstractdragdrop.js

Classes

goog.fx.AbstractDragDrop
Abstract class that provides reusable functionality for implementing drag and drop functionality. This class also allows clients to define their own subtargeting function so that drop areas can have finer granularity then a singe element. This is accomplished by using a client provided function to map from element and coordinates to a subregion id. This class can also be made aware of scrollable containers that contain drop targets by calling addScrollableContainer. This will cause dnd to take changing scroll positions into account while a drag is occuring.
goog.fx.ActiveDropTarget_
Class representing an active drop target
goog.fx.DragDropEvent
Object representing a drag and drop event.
goog.fx.DragDropItem
Class representing a source or target element for drag and drop operations.
goog.fx.ScrollableContainer_
Class for representing a scrollable container

Enumerations

Directory fx

File Reference