Package | Description |
---|---|
com.google.gwt.event.dom.client |
Types related to DOM events.
|
com.google.gwt.touch.client |
Modifier and Type | Class and Description |
---|---|
class |
TouchCancelEvent
Represents a native touch start event.
|
class |
TouchEndEvent
Represents a native touch end event.
|
class |
TouchMoveEvent
Represents a native touch move event.
|
class |
TouchStartEvent
Represents a native touch start event.
|
Modifier and Type | Method and Description |
---|---|
protected Touch |
TouchScroller.getTouchFromEvent(TouchEvent<?> event)
Get touch from event.
|
protected void |
TouchScroller.onDragEnd(TouchEvent<?> event)
Called when the object's drag sequence is complete.
|
protected void |
TouchScroller.onDragMove(TouchEvent<?> event)
Called when the object has been dragged to a new position.
|
protected void |
TouchScroller.onDragStart(TouchEvent<?> event)
Called when the object has started dragging.
|
protected void |
TouchScroller.onTouchCancel(TouchEvent<?> event)
Called when the user cancels a touch.
|
protected void |
TouchScroller.onTouchEnd(TouchEvent<?> event)
Called when the user releases a touch.
|
protected void |
TouchScroller.onTouchMove(TouchEvent<?> event)
Called when the user moves a touch.
|
protected void |
TouchScroller.onTouchStart(TouchEvent<?> event)
Called when the user starts a touch.
|