goog.events.Event | |
goog.fx.DragListGroupEvent | goog.events.Event |
type
: string
The event type string.
|
dragListGroup
: goog.fx.DragListGroup
A reference to the associated
DragListGroup object.
|
event
: goog.events.BrowserEvent | goog.fx.DragEvent
The event fired
by the browser or fired by the dragger.
|
currDragItem
: Element
The current drag item being moved.
|
draggerEl
: Element
The clone of the current drag item that's actually
being dragged around.
|
dragger
: goog.fx.Dragger
The dragger object.
|
opt_draggerElCenter
: goog.math.Coordinate=
The current center
position of the draggerEl.
|
opt_hoverList
: Element=
The current drag list that's being hovered
over, or null if the center of draggerEl is outside of any drag lists.
If not null and the drag action ends right now, then currDragItem will
end up in this list.
|
opt_hoverNextItem
: Element=
The current next item in the hoverList
that the draggerEl is hovering over. (I.e. If the drag action ends
right now, then this item would become the next item after the new
location of currDragItem.) May be null if not applicable or if
currDragItem would be added to the end of hoverList.
|
![]()
Events don't need to be disposed.
For backwards compatibility (goog.events.Event used to inherit
goog.Disposable).
|
code » | |
![]()
Events don't need to be disposed.
For backwards compatibility (goog.events.Event used to inherit
goog.Disposable).
|
code » | |
![]()
Prevents the default action, for example a link redirecting to a url.
|
code » | |
![]()
Stops event propagation.
|
code » |
![]()
No description.
|
Code » | |
![]()
The current drag item being move.
|
Code » | |
A reference to the associated DragListGroup object.
|
Code » | |
The dragger object.
|
Code » | |
![]()
The clone of the current drag item that's actually being dragged around.
|
Code » | |
The current center position of the draggerEl.
|
Code » | |
The event fired by the browser or fired by the dragger.
|
Code » | |
![]()
The current drag list that's being hovered over, or null if the center of
draggerEl is outside of any drag lists. (I.e. If not null and the drag
action ends right now, then currDragItem will end up in this list.)
|
Code » | |
![]()
The current next item in the hoverList that the draggerEl is hovering over.
(I.e. If the drag action ends right now, then this item would become the
next item after the new location of currDragItem.) May be null if not
applicable or if currDragItem would be added to the end of hoverList.
|
Code » |
![]()
Object that had the listener attached.
|
Code » | |
![]()
Whether the default action has been prevented.
This is a property to match the W3C specification at
http://www.w3.org/TR/DOM-Level-3-Events/
#events-event-type-defaultPrevented .
Must be treated as read-only outside the class.
|
Code » | |
![]()
Whether to cancel the event in internal capture/bubble processing for IE.
|
Code » | |
![]()
Return value for in internal capture/bubble processing for IE.
|
Code » | |
![]()
Target of the event.
|
Code » | |
![]()
Event type.
|
Code » |
![]()
No description.
|
Code » |