com.maryanovsky.gwtutils.client.iphone.ui.touch
Class TouchStartEvent

java.lang.Object
  extended by com.google.gwt.event.shared.GwtEvent<H>
      extended by com.google.gwt.event.dom.client.DomEvent<H>
          extended by com.maryanovsky.gwtutils.client.iphone.ui.touch.TouchEvent<TouchStartHandler>
              extended by com.maryanovsky.gwtutils.client.iphone.ui.touch.TouchStartEvent
All Implemented Interfaces:
HasNativeEvent

public class TouchStartEvent
extends TouchEvent<TouchStartHandler>

Represents a touch start event.

Author:
Maryanovsky Alexander

Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.gwt.event.dom.client.DomEvent
DomEvent.Type<H extends EventHandler>
 
Constructor Summary
protected TouchStartEvent()
          Protected constructor.
 
Method Summary
protected  void dispatch(TouchStartHandler handler)
          Dispatches the event to the handler.
 DomEvent.Type<TouchStartHandler> getAssociatedType()
          Returns the event type associated with touch start events.
static DomEvent.Type<TouchStartHandler> getType()
          Returns the event type associated with touch start events.
static void sinkTouchStartEvents(UIObject widget)
          Sinks touch start events for the specified UIObject.
static void unsinkTouchStartEvents(UIObject widget)
          Stops sinking touch start 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

TouchStartEvent

protected TouchStartEvent()
Protected constructor.

Method Detail

getType

public static DomEvent.Type<TouchStartHandler> getType()
Returns the event type associated with touch start events.


getAssociatedType

public DomEvent.Type<TouchStartHandler> getAssociatedType()
Returns the event type associated with touch start events.

Overrides:
getAssociatedType in class DomEvent<TouchStartHandler>

dispatch

protected void dispatch(TouchStartHandler handler)
Dispatches the event to the handler.

Specified by:
dispatch in class GwtEvent<TouchStartHandler>

sinkTouchStartEvents

public static void sinkTouchStartEvents(UIObject widget)
Sinks touch start events for the specified UIObject.


unsinkTouchStartEvents

public static void unsinkTouchStartEvents(UIObject widget)
Stops sinking touch start events for the specified UIObject.