Uses of Class
com.google.gwt.core.client.JsArrayInteger
Packages that use JsArrayInteger
Package
Description
Fundamental classes used in client-side GWT code.
Internationalization support for GWT applications.
The "cellview" widget set.
-
Uses of JsArrayInteger in com.google.gwt.core.client
Methods in com.google.gwt.core.client that return JsArrayIntegerModifier and TypeMethodDescriptionstatic JsArrayIntegerJsArrayUtils.readOnlyJsArray(byte[] array) Take a Java array, and produce a JS array that is only used for reading.static JsArrayIntegerJsArrayUtils.readOnlyJsArray(int[] array) Take a Java array, and produce a JS array that is only used for reading.static JsArrayIntegerJsArrayUtils.readOnlyJsArray(short[] array) Take a Java array, and produce a JS array that is only used for reading. -
Uses of JsArrayInteger in com.google.gwt.i18n.client
Methods in com.google.gwt.i18n.client that return JsArrayInteger -
Uses of JsArrayInteger in com.google.gwt.typedarrays.client
Methods in com.google.gwt.typedarrays.client with parameters of type JsArrayIntegerModifier and TypeMethodDescriptionstatic Uint8ClampedArrayUint8ClampedArrayNativeEmul.create(JsArrayInteger array) Create aUint8ClampedArrayinstance from a JavaScript array containing integers.static Int16ArrayNativeJsUtils.createInt16Array(JsArrayInteger array) static Int32ArrayNativeJsUtils.createInt32Array(JsArrayInteger array) static Int8ArrayNativeJsUtils.createInt8Array(JsArrayInteger array) static Uint16ArrayNativeJsUtils.createUint16Array(JsArrayInteger array) static Uint8ArrayNativeJsUtils.createUint8Array(JsArrayInteger array) static Uint8ClampedArrayJsUtils.createUint8ClampedArray(JsArrayInteger array) static voidJsUtils.set(Int16Array dest, JsArrayInteger array) static voidJsUtils.set(Int16Array dest, JsArrayInteger array, int offset) static voidJsUtils.set(Int32Array dest, JsArrayInteger array) static voidJsUtils.set(Int32Array dest, JsArrayInteger array, int offset) static voidJsUtils.set(Int8Array dest, JsArrayInteger array) static voidJsUtils.set(Int8Array dest, JsArrayInteger array, int offset) static voidJsUtils.set(Uint16Array dest, JsArrayInteger array) static voidJsUtils.set(Uint16Array dest, JsArrayInteger array, int offset) static voidJsUtils.set(Uint8Array dest, JsArrayInteger array) static voidJsUtils.set(Uint8Array dest, JsArrayInteger array, int offset) static voidJsUtils.set(Uint8ClampedArray dest, JsArrayInteger array) static voidJsUtils.set(Uint8ClampedArray dest, JsArrayInteger array, int offset) -
Uses of JsArrayInteger in com.google.gwt.user.cellview.client
Methods in com.google.gwt.user.cellview.client with parameters of type JsArrayIntegerModifier and TypeMethodDescriptionHasDataPresenter.calculateModifiedRanges(JsArrayInteger modifiedRows, int pageStart, int pageEnd) Combine the modified row indexes into as many as twoRanges, optimizing to have the fewest unmodified rows within the ranges.