public class DragListenerCollection extends ArrayList<DragListener>
modCount| Constructor and Description |
|---|
DragListenerCollection() |
| Modifier and Type | Method and Description |
|---|---|
void |
fireDrag(com.google.gwt.user.client.ui.Widget sender,
int x,
int y)
Notifies all the listeners in this collection of the Drag event.
|
void |
fireDragEnd(com.google.gwt.user.client.ui.Widget sender,
int x,
int y)
Notifies all the listeners in this collection of the DragEnd event.
|
void |
fireDragStart(com.google.gwt.user.client.ui.Widget sender,
int x,
int y)
Notifies all the listeners in this collection of the DragStart event.
|
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeRange, retainAll, set, size, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodepublic void fireDragStart(com.google.gwt.user.client.ui.Widget sender,
int x,
int y)
sender - The object which generated the event.x - the horizontal coordinate of the mouse when the event was fired.y - the vertical coordinate of the mouse when the event was fired.public void fireDrag(com.google.gwt.user.client.ui.Widget sender,
int x,
int y)
sender - The object which generated the event.x - the horizontal coordinate of the mouse when the event was fired.y - the vertical coordinate of the mouse when the event was fired.public void fireDragEnd(com.google.gwt.user.client.ui.Widget sender,
int x,
int y)
sender - The object which generated the event.x - the horizontal coordinate of the mouse when the event was fired.y - the vertical coordinate of the mouse when the event was fired.Copyright © 2004–2015 XWiki. All rights reserved.