Uses of Class
com.google.gwt.core.client.JsArray
Package
Description
Fundamental classes used in client-side GWT code.
Classes for low-level DOM programming.
Types related to DOM events.
-
Uses of JsArray in com.google.gwt.core.client
Modifier and TypeMethodDescriptionstatic <T extends JavaScriptObject>
JsArray<T> JsArrayUtils.readOnlyJsArray
(T[] array) Take a Java array, and produce a JS array that is only used for reading. -
Uses of JsArray in com.google.gwt.dom.client
Modifier and TypeMethodDescriptionDOMImpl.getChangedTouches
(NativeEvent evt) NativeEvent.getChangedTouches()
Get an array of touches which have changed since the last touch event.DOMImpl.getTargetTouches
(NativeEvent evt) NativeEvent.getTargetTouches()
Get an array of touches which have changed since the last touch event.DOMImpl.getTouches
(NativeEvent evt) NativeEvent.getTouches()
Get an array of touches which have changed since the last touch event. -
Uses of JsArray in com.google.gwt.event.dom.client
Modifier and TypeMethodDescriptionTouchEvent.getChangedTouches()
Get an array oftouches
which have changed since the last touch event fired.TouchEvent.getTargetTouches()
Get an array oftouches
all touch which originated at the same target as the current touch event.TouchEvent.getTouches()
Get an array of all currenttouches
.