public class SimulatedTouchEndEvent extends TouchEndEvent
Constructor and Description |
---|
SimulatedTouchEndEvent(com.google.gwt.event.dom.client.MouseUpEvent mouseUpEvent,
boolean multiTouch)
Construct a simluated TouchEndEvent from a
MouseUpEvent |
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() |
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, stopPropagation
assertLive, getSource, isLive, kill, revive
public SimulatedTouchEndEvent(com.google.gwt.event.dom.client.MouseUpEvent mouseUpEvent, boolean multiTouch)
MouseUpEvent
mouseUpEvent
- the data for the simulated event;multiTouch
- public LightArray<Touch> getTouches()
getTouches
in class TouchEvent<TouchEndHandler>
public LightArray<Touch> getChangedTouches()
getChangedTouches
in class TouchEvent<TouchEndHandler>
protected com.google.gwt.core.client.JsArray<JsTouch> touches(com.google.gwt.dom.client.NativeEvent nativeEvent)
touches
touches
in class TouchEvent<TouchEndHandler>
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<TouchEndHandler>
nativeEvent
- a NativeEvent
object.JsArray
object.Copyright © 2016 Magnolia International Ltd.. All rights reserved.