|
|||||||||
| 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.touch.TouchEvent<TouchEndHandler>
com.maryanovsky.gwtutils.client.iphone.ui.touch.TouchEndEvent
public class TouchEndEvent
Represents a touch 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 |
TouchEndEvent()
Protected constructor. |
| Method Summary | |
|---|---|
protected void |
dispatch(TouchEndHandler handler)
Dispatches the event to the handler. |
DomEvent.Type<TouchEndHandler> |
getAssociatedType()
Returns the event type associated with touch end events. |
static DomEvent.Type<TouchEndHandler> |
getType()
Returns the event type associated with touch end events. |
static void |
sinkTouchEndEvents(UIObject widget)
Sinks touch end events for the specified UIObject. |
static void |
unsinkTouchEndEvents(UIObject widget)
Stops sinking touch end events for the specified UIObject. |
| Methods inherited from class com.maryanovsky.gwtutils.client.iphone.ui.touch.TouchEvent |
|---|
getChangedTouches, getNativeTouchEvent, getTargetCoordinates, getTargetTouches, getTouches, sinkAllTouchEvents, unsinkAllTouchEvents |
| 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 TouchEndEvent()
| Method Detail |
|---|
public static DomEvent.Type<TouchEndHandler> getType()
public DomEvent.Type<TouchEndHandler> getAssociatedType()
getAssociatedType in class DomEvent<TouchEndHandler>protected void dispatch(TouchEndHandler handler)
dispatch in class GwtEvent<TouchEndHandler>public static void sinkTouchEndEvents(UIObject widget)
UIObject.
public static void unsinkTouchEndEvents(UIObject widget)
UIObject.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||