GWT 2.7.0

Uses of Class
com.google.gwt.core.client.JsArrayInteger

Packages that use JsArrayInteger
com.google.gwt.core.client Fundamental classes used in client-side GWT code. 
com.google.gwt.i18n.client Internationalization support for GWT applications. 
com.google.gwt.typedarrays.client   
com.google.gwt.user.cellview.client The "cellview" widget set. 
 

Uses of JsArrayInteger in com.google.gwt.core.client
 

Methods in com.google.gwt.core.client that return JsArrayInteger
static JsArrayInteger JsArrayUtils.readOnlyJsArray(byte[] array)
          Take a Java array, and produce a JS array that is only used for reading.
static JsArrayInteger JsArrayUtils.readOnlyJsArray(int[] array)
          Take a Java array, and produce a JS array that is only used for reading.
static JsArrayInteger JsArrayUtils.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
 JsArrayInteger TimeZoneInfo.getTransitions()
           
 

Uses of JsArrayInteger in com.google.gwt.typedarrays.client
 

Methods in com.google.gwt.typedarrays.client with parameters of type JsArrayInteger
static Uint8ClampedArray Uint8ClampedArrayNativeEmul.create(JsArrayInteger array)
          Create a Uint8ClampedArray instance from a JavaScript array containing integers.
static Int16ArrayNative JsUtils.createInt16Array(JsArrayInteger array)
           
static Int32ArrayNative JsUtils.createInt32Array(JsArrayInteger array)
           
static Int8ArrayNative JsUtils.createInt8Array(JsArrayInteger array)
           
static Uint16ArrayNative JsUtils.createUint16Array(JsArrayInteger array)
           
static Uint8ArrayNative JsUtils.createUint8Array(JsArrayInteger array)
           
static Uint8ClampedArray JsUtils.createUint8ClampedArray(JsArrayInteger array)
           
static void JsUtils.set(Int16Array dest, JsArrayInteger array)
           
static void JsUtils.set(Int16Array dest, JsArrayInteger array, int offset)
           
static void JsUtils.set(Int32Array dest, JsArrayInteger array)
           
static void JsUtils.set(Int32Array dest, JsArrayInteger array, int offset)
           
static void JsUtils.set(Int8Array dest, JsArrayInteger array)
           
static void JsUtils.set(Int8Array dest, JsArrayInteger array, int offset)
           
static void JsUtils.set(Uint16Array dest, JsArrayInteger array)
           
static void JsUtils.set(Uint16Array dest, JsArrayInteger array, int offset)
           
static void JsUtils.set(Uint8Array dest, JsArrayInteger array)
           
static void JsUtils.set(Uint8Array dest, JsArrayInteger array, int offset)
           
static void JsUtils.set(Uint8ClampedArray dest, JsArrayInteger array)
           
static void JsUtils.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 JsArrayInteger
(package private)  java.util.List<Range> HasDataPresenter.calculateModifiedRanges(JsArrayInteger modifiedRows, int pageStart, int pageEnd)
          Combine the modified row indexes into as many as two Ranges, optimizing to have the fewest unmodified rows within the ranges.
 


GWT 2.7.0