H
- the event handler to associate with this eventpublic abstract class TouchEvent<H extends com.google.gwt.event.shared.EventHandler>
extends com.google.gwt.event.dom.client.DomEvent<H>
Constructor and Description |
---|
TouchEvent() |
Modifier and Type | Method and Description |
---|---|
com.google.gwt.core.client.JsArray<JsTouch> |
changedTouches()
Deprecated.
use
getChangedTouches()
this method will be removed in a future release |
protected com.google.gwt.core.client.JsArray<JsTouch> |
changedTouches(com.google.gwt.dom.client.NativeEvent nativeEvent)
changedTouches
|
LightArray<Touch> |
getChangedTouches() |
LightArray<Touch> |
getTouches() |
com.google.gwt.core.client.JsArray<JsTouch> |
touches()
Deprecated.
use
getTouches() this method will be removed in a future release |
protected com.google.gwt.core.client.JsArray<JsTouch> |
touches(com.google.gwt.dom.client.NativeEvent nativeEvent)
touches
|
fireNativeEvent, fireNativeEvent, getAssociatedType, getNativeEvent, getRelativeElement, preventDefault, setNativeEvent, setRelativeElement, stopPropagation
assertLive, dispatch, getSource, isLive, kill, revive
@Deprecated public com.google.gwt.core.client.JsArray<JsTouch> touches()
getTouches()
this method will be removed in a future releasetouches
JsArray
object.public LightArray<Touch> getTouches()
protected com.google.gwt.core.client.JsArray<JsTouch> touches(com.google.gwt.dom.client.NativeEvent nativeEvent)
touches
nativeEvent
- a NativeEvent
object.JsArray
object.@Deprecated public com.google.gwt.core.client.JsArray<JsTouch> changedTouches()
getChangedTouches()
this method will be removed in a future releasepublic LightArray<Touch> getChangedTouches()
protected com.google.gwt.core.client.JsArray<JsTouch> changedTouches(com.google.gwt.dom.client.NativeEvent nativeEvent)
changedTouches
nativeEvent
- a NativeEvent
object.JsArray
object.Copyright © 2018 Magnolia International Ltd.. All rights reserved.