|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.gwt.event.shared.GwtEvent<H>
com.google.gwt.event.dom.client.DomEvent<H>
com.maryanovsky.gwtutils.client.iphone.ui.gesture.GestureEvent<GestureEndHandler>
com.maryanovsky.gwtutils.client.iphone.ui.gesture.GestureEndEvent
public class GestureEndEvent
Represents a gesture end event.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.google.gwt.event.dom.client.DomEvent |
|---|
DomEvent.Type<H extends EventHandler> |
| Constructor Summary | |
|---|---|
protected |
GestureEndEvent()
Protected constructor. |
| Method Summary | |
|---|---|
protected void |
dispatch(GestureEndHandler handler)
Dispatches the event to the handler. |
DomEvent.Type<GestureEndHandler> |
getAssociatedType()
Returns the event type associated with gesture end events. |
static DomEvent.Type<GestureEndHandler> |
getType()
Returns the event type associated with gesture end events. |
static void |
sinkGestureEndEvents(UIObject widget)
Sinks gesture end events for the specified UIObject. |
static void |
unsinkGestureEndEvents(UIObject widget)
Stops sinking gesture end events for the specified UIObject. |
| Methods inherited from class com.maryanovsky.gwtutils.client.iphone.ui.gesture.GestureEvent |
|---|
getNativeGestureEvent, getRotation, getScale, sinkAllGestureEvents, unsinkAllGestureEvents |
| Methods inherited from class com.google.gwt.event.dom.client.DomEvent |
|---|
fireNativeEvent, fireNativeEvent, getNativeEvent, getRelativeElement, preventDefault, setNativeEvent, setRelativeElement, stopPropagation |
| Methods inherited from class com.google.gwt.event.shared.GwtEvent |
|---|
assertLive, getSource, isLive, kill, revive, toDebugString, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected GestureEndEvent()
| Method Detail |
|---|
public static DomEvent.Type<GestureEndHandler> getType()
public DomEvent.Type<GestureEndHandler> getAssociatedType()
getAssociatedType in class DomEvent<GestureEndHandler>protected void dispatch(GestureEndHandler handler)
dispatch in class GwtEvent<GestureEndHandler>public static void sinkGestureEndEvents(UIObject widget)
UIObject.
public static void unsinkGestureEndEvents(UIObject widget)
UIObject.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||