search

goog.fx.AbstractDragDrop

Provided By
Extends
All Implemented Interfaces
All Known Direct Subclasses

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 than a single 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 occurring.

new AbstractDragDrop()

Parameters

None.

Instance Methods

Instance Properties

Static Properties