Package com.maryanovsky.gwtutils.client.iphone.ui.touch

Interface Summary
HasAllTouchHandlers A convenience interface that includes all touch handlers.
HasTouchCancelHandlers The interface for allowing touch cancel event registration.
HasTouchEndHandlers The interface for allowing touch end event registration.
HasTouchMoveHandlers The interface for allowing touch move event registration.
HasTouchStartHandlers The interface for allowing touch start event registration.
TouchCancelHandler Handler interface for TouchCancelEvents.
TouchEndHandler Handler interface for TouchEndEvents.
TouchMoveHandler Handler interface for TouchMoveEvents.
TouchStartHandler Handler interface for TouchStartEvents.
 

Class Summary
HandlesAllTouchEvents Receiver used to handle all touch events.
NativeTouchEvent A JavaScript overlay type for native touch events.
Touch Represents a single finger touching the screen.
TouchCancelEvent Represents a touch cancel event.
TouchEndEvent Represents a touch end event.
TouchEvent<H extends EventHandler> The base class for touch events.
TouchEventsCanceller A touch event handler which invokes NativeEvent.stopPropagation() and/or NativeEvent.preventDefault() on all events it receives.
TouchEventsSourcePanel A panel which allows capturing touch events.
TouchMoveEvent Represents a touch move event.
TouchStartEvent Represents a touch start event.