goog.fx.DragListGroup.EventType
Provided By | |
---|---|
Type | goog.events.EventId<goog.fx.DragListGroupEvent> |
Events dispatched by this class.
Values
BEFOREDRAGEND | |
---|---|
BEFOREDRAGMOVE | |
BEFOREDRAGSTART | |
DRAGEND | Raised after the dragged item is moved to the new spot. |
DRAGGERCREATED | Raised on mouse down, when the dragger is first created. Handle this event to customize the dragger element even if the drag never actually starts (if the mouse never moves beyond hysteresis). |
DRAGGERREMOVED | Raised whenever the dragger element is removed:
|
DRAGMOVE | |
DRAGSTART |