Class DragGestureRecognizer.DragGestureEndEvent
- java.lang.Object
-
- com.google.web.bindery.event.shared.Event<H>
-
- com.google.gwt.event.shared.GwtEvent<H>
-
- com.sencha.gxt.core.client.gestures.AbstractGestureEvent<DragGestureRecognizer.DragGestureEndEvent.DragGestureEndHandler>
-
- com.sencha.gxt.core.client.gestures.DragGestureRecognizer.DragGestureEndEvent
-
- Enclosing class:
- DragGestureRecognizer
public static class DragGestureRecognizer.DragGestureEndEvent extends AbstractGestureEvent<DragGestureRecognizer.DragGestureEndEvent.DragGestureEndHandler>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
DragGestureRecognizer.DragGestureEndEvent.DragGestureEndHandler
static interface
DragGestureRecognizer.DragGestureEndEvent.HasDragGestureEndHandlers
-
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
com.google.gwt.event.shared.GwtEvent.Type<H extends Object>
-
-
Constructor Summary
Constructors Constructor Description DragGestureEndEvent(TouchData touchData, DragGestureRecognizer gesture)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
dispatch(DragGestureRecognizer.DragGestureEndEvent.DragGestureEndHandler handler)
com.google.gwt.event.shared.GwtEvent.Type<DragGestureRecognizer.DragGestureEndEvent.DragGestureEndHandler>
getAssociatedType()
TouchData
getTouchData()
static com.google.gwt.event.shared.GwtEvent.Type<DragGestureRecognizer.DragGestureEndEvent.DragGestureEndHandler>
getType()
-
Methods inherited from class com.sencha.gxt.core.client.gestures.AbstractGestureEvent
cancel, getActiveTouches
-
-
-
-
Constructor Detail
-
DragGestureEndEvent
public DragGestureEndEvent(TouchData touchData, DragGestureRecognizer gesture)
-
-
Method Detail
-
getType
public static com.google.gwt.event.shared.GwtEvent.Type<DragGestureRecognizer.DragGestureEndEvent.DragGestureEndHandler> getType()
-
getTouchData
public TouchData getTouchData()
-
getAssociatedType
public com.google.gwt.event.shared.GwtEvent.Type<DragGestureRecognizer.DragGestureEndEvent.DragGestureEndHandler> getAssociatedType()
- Specified by:
getAssociatedType
in classcom.google.gwt.event.shared.GwtEvent<DragGestureRecognizer.DragGestureEndEvent.DragGestureEndHandler>
-
dispatch
public void dispatch(DragGestureRecognizer.DragGestureEndEvent.DragGestureEndHandler handler)
-
-