Uses of Class
com.google.gwt.core.client.JsArray
-
Packages that use JsArray Package Description com.google.gwt.core.client Fundamental classes used in client-side GWT code.com.google.gwt.dom.client Classes for low-level DOM programming.com.google.gwt.event.dom.client Types related to DOM events. -
-
Uses of JsArray in com.google.gwt.core.client
Methods in com.google.gwt.core.client that return JsArray Modifier and Type Method Description static <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
Methods in com.google.gwt.dom.client that return JsArray Modifier and Type Method Description JsArray<Touch>DOMImpl. getChangedTouches(NativeEvent evt)JsArray<Touch>NativeEvent. getChangedTouches()Get an array of touches which have changed since the last touch event.JsArray<Touch>DOMImpl. getTargetTouches(NativeEvent evt)JsArray<Touch>NativeEvent. getTargetTouches()Get an array of touches which have changed since the last touch event.JsArray<Touch>DOMImpl. getTouches(NativeEvent evt)JsArray<Touch>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
Methods in com.google.gwt.event.dom.client that return JsArray Modifier and Type Method Description JsArray<Touch>TouchEvent. getChangedTouches()Get an array oftoucheswhich have changed since the last touch event fired.JsArray<Touch>TouchEvent. getTargetTouches()Get an array oftouchesall touch which originated at the same target as the current touch event.JsArray<Touch>TouchEvent. getTouches()Get an array of all currenttouches.
-