| Name | Description | Type | Package | Framework |
| JsArray | A simple wrapper around a homogeneous native array of JavaScriptObject values. | Class | com.google.gwt.core.client | Google WebToolkit (GWT) |
|
| JsArrayBoolean | A simple wrapper around a homogeneous native array of boolean values. | Class | com.google.gwt.core.client | Google WebToolkit (GWT) |
|
| JsArrayInteger | A simple wrapper around a homogeneous native array of integer values. | Class | com.google.gwt.core.client | Google WebToolkit (GWT) |
|
| JsArrayMixed | A simple wrapper around an heterogeneous native array of values. | Class | com.google.gwt.core.client | Google WebToolkit (GWT) |
|
| JsArrayNumber | A simple wrapper around a homogeneous native array of numeric values. | Class | com.google.gwt.core.client | Google WebToolkit (GWT) |
|
| JsArrayString | A simple wrapper around a homogeneous native array of string values. | Class | com.google.gwt.core.client | Google WebToolkit (GWT) |
|
| JsArrayUtils | Utility class for manipulating JS arrays. | Class | com.google.gwt.core.client | Google WebToolkit (GWT) |
|
| JsDate | A simple wrapper around a native JS Date object. | Class | com.google.gwt.core.client | Google WebToolkit (GWT) |
|
| JsExport | JsExport marks a constructor, static method, or static field as creating a an unobfuscated alias in the global scope. | Class | com.google.gwt.core.client.js | Google WebToolkit (GWT) |
|
| JsNamespace | Provides a default namespace for @JsExport annotations which don't specify a value. | Class | com.google.gwt.core.client.js | Google WebToolkit (GWT) |
|
| JsNoExport | JsExport marks a constructor, static method, or static field as creating a an unobfuscated alias in the global scope. | Class | com.google.gwt.core.client.js | Google WebToolkit (GWT) |
|
| JsonUtils | Provides JSON-related utility methods. | Class | com.google.gwt.core.client | Google WebToolkit (GWT) |
|
| JsProperty | JsProperty marks a method in a JsType as a property accessor and recognizes JavaBean style naming convention. | Class | com.google.gwt.core.client.js | Google WebToolkit (GWT) |
|
| JsType | JsType is used to describe the interface of a Javascript object, either one that already exists from the external Javascript environment, or one that will be accessible to the | Class | com.google.gwt.core.client.js | Google WebToolkit (GWT) |