Uses of Class
com.google.gwt.core.client.JsArrayInteger
-
Packages that use JsArrayInteger Package Description 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 Modifier and Type Method Description static 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 Modifier and Type Method Description JsArrayIntegerTimeZoneInfo. getTransitions() -
Uses of JsArrayInteger in com.google.gwt.typedarrays.client
Methods in com.google.gwt.typedarrays.client with parameters of type JsArrayInteger Modifier and Type Method Description static 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 JsArrayInteger Modifier and Type Method Description (package private) java.util.List<Range>HasDataPresenter. 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.
-