|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.web.bindery.event.shared.Event<H>
com.google.gwt.event.shared.GwtEvent<H>
com.maryanovsky.gwtutils.client.event.SyntheticEvent<H,E>
com.maryanovsky.gwtutils.client.ui.touch.gestures.SyntheticTouchGestureEvent<DragMoveHandler,TouchMoveEvent>
com.maryanovsky.gwtutils.client.ui.touch.gestures.drag.DragMoveEvent
public class DragMoveEvent
Represents a drag move event.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent |
|---|
GwtEvent.Type<H> |
| Constructor Summary | |
|---|---|
DragMoveEvent(TouchMoveEvent evt,
PointView location,
PointView offset)
` Creates a new DragMoveEvent from the specified source
TouchMoveEvent, touch location and offset from the initial touch
point. |
|
| Method Summary | |
|---|---|
protected void |
dispatch(DragMoveHandler handler)
Dispatches the event to the handler. |
GwtEvent.Type<DragMoveHandler> |
getAssociatedType()
Returns the event type associated with drag move events. |
PointView |
getLocation()
Returns the location of the touching finger, in the target element's coordinate system. |
PointView |
getOffset()
Returns the offset of the touching finger from the initial touching location. |
static GwtEvent.Type<DragMoveHandler> |
getType()
Returns the event type associated with drag move events. |
| Methods inherited from class com.maryanovsky.gwtutils.client.event.SyntheticEvent |
|---|
getSourceEvent |
| Methods inherited from class com.google.gwt.event.shared.GwtEvent |
|---|
assertLive, getSource, isLive, kill, revive |
| Methods inherited from class com.google.web.bindery.event.shared.Event |
|---|
setSource, toDebugString, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DragMoveEvent(TouchMoveEvent evt,
PointView location,
PointView offset)
DragMoveEvent from the specified source
TouchMoveEvent, touch location and offset from the initial touch
point.
evt - The touch move event that triggered this event.location - The location of the finger in the target element's
coordinate system.offset - The offset of the finger from the location where it was
pressed.| Method Detail |
|---|
public PointView getLocation()
public PointView getOffset()
public static GwtEvent.Type<DragMoveHandler> getType()
public GwtEvent.Type<DragMoveHandler> getAssociatedType()
getAssociatedType in class GwtEvent<DragMoveHandler>protected void dispatch(DragMoveHandler handler)
dispatch in class GwtEvent<DragMoveHandler>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||