|
|||||||||
| 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<GestureStartHandler>
com.maryanovsky.gwtutils.client.iphone.ui.gesture.GestureStartEvent
public class GestureStartEvent
Represents a gesture start 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 |
GestureStartEvent()
Protected constructor. |
| Method Summary | |
|---|---|
protected void |
dispatch(GestureStartHandler handler)
Dispatches the event to the handler. |
DomEvent.Type<GestureStartHandler> |
getAssociatedType()
Returns the event type associated with gesture start events. |
static DomEvent.Type<GestureStartHandler> |
getType()
Returns the event type associated with gesture start events. |
static void |
sinkGestureStartEvents(UIObject widget)
Sinks gesture start events for the specified UIObject. |
static void |
unsinkGestureStartEvents(UIObject widget)
Stops sinking gesture start 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 GestureStartEvent()
| Method Detail |
|---|
public static DomEvent.Type<GestureStartHandler> getType()
public DomEvent.Type<GestureStartHandler> getAssociatedType()
getAssociatedType in class DomEvent<GestureStartHandler>protected void dispatch(GestureStartHandler handler)
dispatch in class GwtEvent<GestureStartHandler>public static void sinkGestureStartEvents(UIObject widget)
UIObject.
public static void unsinkGestureStartEvents(UIObject widget)
UIObject.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||