fx.ActiveDropTarget_ Extends
Class representing an active drop target

Inheritance

Constructor

goog.fx.ActiveDropTarget_(boxopt_targetopt_itemopt_element)

Parameters

box : goog.math.Box
Box describing the position and dimension of the target item.
opt_target : goog.fx.AbstractDragDrop=
Target that contains the item associated with position.
opt_item : goog.fx.DragDropItem=
Item associated with position.
opt_element : Element=
Element of item associated with position.
Public Protected Private

Instance Properties

box_ : goog.math.Box
Box describing the position and dimension of the target item
Code »
element_ :
The draggable element of the item associated with position.
Code »
Item associated with position
Code »
scrollableContainer_ : goog.fx.ScrollableContainer_
If this target is in a scrollable container this is it.
Code »
Target that contains the item associated with position
Code »

Package fx

Package Reference