public class SimulatedTouchStartEvent extends TouchStartEvent
Constructor and Description |
---|
SimulatedTouchStartEvent(com.google.gwt.event.dom.client.MouseDownEvent event,
boolean multiTouch)
Constructor for SimulatedTouchStartEvent.
|
Modifier and Type | Method and Description |
---|---|
protected com.google.gwt.core.client.JsArray<JsTouch> |
changedTouches(com.google.gwt.dom.client.NativeEvent nativeEvent)
changedTouches
|
LightArray<Touch> |
getChangedTouches() |
LightArray<Touch> |
getTouches() |
void |
stopPropagation() |
protected com.google.gwt.core.client.JsArray<JsTouch> |
touches(com.google.gwt.dom.client.NativeEvent nativeEvent)
touches
|
dispatch, getAssociatedType, getType
changedTouches, touches
fireNativeEvent, fireNativeEvent, getNativeEvent, getRelativeElement, preventDefault, setNativeEvent, setRelativeElement
assertLive, getSource, isLive, kill, revive
public SimulatedTouchStartEvent(com.google.gwt.event.dom.client.MouseDownEvent event, boolean multiTouch)
Constructor for SimulatedTouchStartEvent.
event
- a MouseDownEvent
object.multiTouch
- public LightArray<Touch> getTouches()
getTouches
in class TouchEvent<TouchStartHandler>
public LightArray<Touch> getChangedTouches()
getChangedTouches
in class TouchEvent<TouchStartHandler>
protected com.google.gwt.core.client.JsArray<JsTouch> touches(com.google.gwt.dom.client.NativeEvent nativeEvent)
touches
touches
in class TouchEvent<TouchStartHandler>
nativeEvent
- a NativeEvent
object.JsArray
object.protected com.google.gwt.core.client.JsArray<JsTouch> changedTouches(com.google.gwt.dom.client.NativeEvent nativeEvent)
changedTouches
changedTouches
in class TouchEvent<TouchStartHandler>
nativeEvent
- a NativeEvent
object.JsArray
object.public void stopPropagation()
stopPropagation
in class com.google.gwt.event.dom.client.DomEvent<TouchStartHandler>
Copyright © 2016 Magnolia International Ltd.. All rights reserved.