Uses of Class
com.google.gwt.core.client.JavaScriptObject
Package
Description
Classes for HTML Canvas 2D support.
Fundamental classes used in client-side GWT code.
Classes for low-level DOM programming.
Support for the HTML5 Geolocation API.
Internationalization support for GWT applications.
Classes for parsing and creating JSON encoded values.
Classes for sending cross domain requests to an http server, potentially on a
different domain, via JSONP.
DOM classes for HTML Audio and Video support.
Provides for key-value Storage services.
Fundamental user-interface classes used in client-side GWT code.
Widgets, Panels, and other user-interface classes.
Classes to support Javascript's XMLHttpRequest.
-
Uses of JavaScriptObject in com.google.gwt.canvas.dom.client
Modifier and TypeClassDescriptionclass
Gradient object used withContext2d
.class
Pattern object used withContext2d
.class
Array-like object holding the actual image data for an ImageData object.class
Rendering interface used to draw on aCanvasElement
.class
CSS Color object.class
class
Object that holds image data and a size.class
HTML 5 Canvas text metrics. -
Uses of JavaScriptObject in com.google.gwt.core.client
Modifier and TypeClassDescriptionclass
JsArray<T extends JavaScriptObject>
A simple wrapper around a homogeneous native array ofJavaScriptObject
values.Modifier and TypeClassDescriptionclass
JsArray<T extends JavaScriptObject>
A simple wrapper around a homogeneous native array ofJavaScriptObject
values.class
A simple wrapper around a homogeneous native array of boolean values.class
A simple wrapper around a homogeneous native array of integer values.class
A simple wrapper around an heterogeneous native array of values.class
A simple wrapper around a homogeneous native array of numeric values.class
A simple wrapper around a homogeneous native array of string values.class
A simple wrapper around a native JS Date object.Modifier and TypeFieldDescriptionstatic final JavaScriptObject
ScriptInjector.TOP_WINDOW
Returns the top level window object.Modifier and TypeMethodDescriptionfinal <T extends JavaScriptObject>
TJavaScriptObject.cast()
A helper method to enable cross-casting from anyJavaScriptObject
type to any otherJavaScriptObject
type.final <T extends JavaScriptObject>
TJsArrayMixed.getObject
(int index) Gets theJavaScriptObject
at a given index.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.static <T extends JavaScriptObject>
TEvaluates a JSON expression safely.final <T extends JavaScriptObject>
TJsArrayMixed.shiftObject()
Shifts the first value off the array.static <T extends JavaScriptObject>
TJsonUtils.unsafeEval
(String json) Evaluates a JSON expression usingeval()
.Modifier and TypeMethodDescriptionstatic JavaScriptObject
JavaScriptObject.createArray()
Returns a new array.static JavaScriptObject
JavaScriptObject.createArray
(int size) Returns a new array with a given size.static JavaScriptObject
JavaScriptObject.createFunction()
Returns an empty function.static JavaScriptObject
JavaScriptObject.createObject()
Returns a new object.JavaScriptException.getException()
Deprecated.ScriptInjector.FromString.inject()
Injects a script into the DOM.ScriptInjector.FromUrl.inject()
Injects an external JavaScript reference into the document and optionally calls a callback when it finishes loading.Modifier and TypeMethodDescriptionfinal void
JsArrayMixed.push
(JavaScriptObject value) Pushes the givenJavaScriptObject
onto the end of the array.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.final void
JsArrayMixed.set
(int index, JavaScriptObject value) Sets the object value at a given index.ScriptInjector.FromString.setWindow
(JavaScriptObject window) ScriptInjector.FromUrl.setWindow
(JavaScriptObject window) This call allows you to specify which DOM window object to install the script tag in.static String
JsonUtils.stringify
(JavaScriptObject obj) Converts a value to JSON.static String
JsonUtils.stringify
(JavaScriptObject obj, String space) Converts a value to JSON.final void
JsArrayMixed.unshift
(JavaScriptObject value) Shifts aJavaScriptObject
onto the beginning of the array. -
Uses of JavaScriptObject in com.google.gwt.dom.client
Modifier and TypeClassDescriptionclass
The anchor element.class
Client-side image map area definition.class
Audio element.class
Document base URI.class
The HTML document body.class
Force a line break.class
Push button.class
Canvas element.class
Class representing DataTransfer interface.class
Generic block container.class
Definition list.class
A Document is the root of the HTML hierarchy and holds the entire content.class
All HTML element interfaces derive from this class.class
Represents the target of a JavaScript event.class
Organizes form controls into logical groups.class
The FORM element encompasses behavior similar to a collection and an element.class
Create a frame.class
Create a grid of frames.class
Document head information.class
For the H1 to H6 elements.class
Create a horizontal rule.class
Inline subwindows.class
Embedded image.class
Form control.class
Form field label text.class
Provides a caption for a FIELDSET grouping.class
List item.class
The LINK element specifies a link to an external resource, and defines this document's relationship to that resource (or vice versa).class
Client-side image map.class
Common superclass for Audio and Video elements.class
This contains generic meta-information about the document.class
Notice of modification to part of a document.class
The native dom event.class
The Node interface is the primary datatype for the entire Document Object Model.class
NodeCollection<T extends Node>
An ElementCollection is a list of nodes.class
The NodeList interface provides the abstraction of an ordered collection of nodes, without defining or constraining how this collection is implemented.class
Generic embedded object.class
Ordered list.class
Group options together in logical subdivisions.class
A selectable choice.class
Paragraphs.class
Parameters fed to the OBJECT element.class
Preformatted text.class
For the Q and BLOCKQUOTE elements.class
Script statements.class
The select element allows the selection of an option.class
The SOURCE element specifies one of potentially multiple source file in a media element.class
Generic inline container.class
Provides programmatic access to properties of the style object.class
Style information.class
Table caption.class
The object used to represent the TH and TD elements.class
Regroups the COL and COLGROUP elements.class
The create* and delete* methods on the table allow authors to construct and modify tables.class
A row in a table.class
The THEAD, TFOOT, and TBODY elements.class
The Text interface represents textual content.class
Multi-line text field.class
The document title.class
Class representing touches.class
Unordered list.class
Video element.Modifier and TypeMethodDescriptionfinal JavaScriptObject
Element.getPropertyJSO
(String name) Gets a JSO property from this element.Modifier and TypeMethodDescriptionstatic Element
Element.as
(JavaScriptObject o) static Node
Node.as
(JavaScriptObject o) Assert that the givenJavaScriptObject
is a DOM node and automatically typecast it.static boolean
AnchorElement.is
(JavaScriptObject o) Determines whether the givenJavaScriptObject
can be cast to this class.static boolean
AreaElement.is
(JavaScriptObject o) Determines whether the givenJavaScriptObject
can be cast to this class.static boolean
BaseElement.is
(JavaScriptObject o) Determines whether the givenJavaScriptObject
can be cast to this class.static boolean
BodyElement.is
(JavaScriptObject o) Determines whether the givenJavaScriptObject
can be cast to this class.static boolean
BRElement.is
(JavaScriptObject o) Determines whether the givenJavaScriptObject
can be cast to this class.static boolean
ButtonElement.is
(JavaScriptObject o) Determines whether the givenJavaScriptObject
can be cast to this class.static boolean
DivElement.is
(JavaScriptObject o) Determines whether the givenJavaScriptObject
can be cast to this class.static boolean
DListElement.is
(JavaScriptObject o) Determines whether the givenJavaScriptObject
can be cast to this class.static boolean
Element.is
(JavaScriptObject o) Determines whether the givenJavaScriptObject
can be cast to anElement
.static boolean
FieldSetElement.is
(JavaScriptObject o) Determines whether the givenJavaScriptObject
can be cast to this class.static boolean
FormElement.is
(JavaScriptObject o) Determines whether the givenJavaScriptObject
can be cast to this class.static boolean
FrameElement.is
(JavaScriptObject o) Determines whether the givenJavaScriptObject
can be cast to this class.static boolean
FrameSetElement.is
(JavaScriptObject o) Determines whether the givenJavaScriptObject
can be cast to this class.static boolean
HeadElement.is
(JavaScriptObject o) Determines whether the givenJavaScriptObject
can be cast to this class.static boolean
HeadingElement.is
(JavaScriptObject o) Determines whether the givenJavaScriptObject
can be cast to this class.static boolean
HRElement.is
(JavaScriptObject o) Determines whether the givenJavaScriptObject
can be cast to this class.static boolean
IFrameElement.is
(JavaScriptObject o) Determines whether the givenJavaScriptObject
can be cast to this class.static boolean
ImageElement.is
(JavaScriptObject o) Determines whether the givenJavaScriptObject
can be cast to this class.static boolean
InputElement.is
(JavaScriptObject o) Determines whether the givenJavaScriptObject
can be cast to this class.static boolean
LabelElement.is
(JavaScriptObject o) Determines whether the givenJavaScriptObject
can be cast to this class.static boolean
LegendElement.is
(JavaScriptObject o) Determines whether the givenJavaScriptObject
can be cast to this class.static boolean
LIElement.is
(JavaScriptObject o) Determines whether the givenJavaScriptObject
can be cast to this class.static boolean
LinkElement.is
(JavaScriptObject o) Determines whether the givenJavaScriptObject
can be cast to this class.static boolean
MapElement.is
(JavaScriptObject o) Determines whether the givenJavaScriptObject
can be cast to this class.static boolean
MetaElement.is
(JavaScriptObject o) Determines whether the givenJavaScriptObject
can be cast to this class.static boolean
ModElement.is
(JavaScriptObject o) Determines whether the givenJavaScriptObject
can be cast to this class.static boolean
Node.is
(JavaScriptObject o) Determines whether the givenJavaScriptObject
is a DOM node.static boolean
ObjectElement.is
(JavaScriptObject o) Determines whether the givenJavaScriptObject
can be cast to this class.static boolean
OListElement.is
(JavaScriptObject o) Determines whether the givenJavaScriptObject
can be cast to this class.static boolean
OptGroupElement.is
(JavaScriptObject o) Determines whether the givenJavaScriptObject
can be cast to this class.static boolean
OptionElement.is
(JavaScriptObject o) Determines whether the givenJavaScriptObject
can be cast to this class.static boolean
ParagraphElement.is
(JavaScriptObject o) Determines whether the givenJavaScriptObject
can be cast to this class.static boolean
ParamElement.is
(JavaScriptObject o) Determines whether the givenJavaScriptObject
can be cast to this class.static boolean
PreElement.is
(JavaScriptObject o) Determines whether the givenJavaScriptObject
can be cast to this class.static boolean
QuoteElement.is
(JavaScriptObject o) Determines whether the givenJavaScriptObject
can be cast to this class.static boolean
ScriptElement.is
(JavaScriptObject o) Determines whether the givenJavaScriptObject
can be cast to this class.static boolean
SelectElement.is
(JavaScriptObject o) Determines whether the givenJavaScriptObject
can be cast to this class.static boolean
SourceElement.is
(JavaScriptObject o) Determines whether the givenJavaScriptObject
can be cast to this class.static boolean
SpanElement.is
(JavaScriptObject o) Determines whether the givenJavaScriptObject
can be cast to this class.static boolean
StyleElement.is
(JavaScriptObject o) Determines whether the givenJavaScriptObject
can be cast to this class.static boolean
TableCaptionElement.is
(JavaScriptObject o) Determines whether the givenJavaScriptObject
can be cast to this class.static boolean
TableCellElement.is
(JavaScriptObject o) Determines whether the givenJavaScriptObject
can be cast to this class.static boolean
TableColElement.is
(JavaScriptObject o) Determines whether the givenJavaScriptObject
can be cast to this class.static boolean
TableElement.is
(JavaScriptObject o) Determines whether the givenJavaScriptObject
can be cast to this class.static boolean
TableRowElement.is
(JavaScriptObject o) Determines whether the givenJavaScriptObject
can be cast to this class.static boolean
TableSectionElement.is
(JavaScriptObject o) Determines whether the givenJavaScriptObject
can be cast to this class.static boolean
TextAreaElement.is
(JavaScriptObject o) Determines whether the givenJavaScriptObject
can be cast to this class.static boolean
TitleElement.is
(JavaScriptObject o) Determines whether the givenJavaScriptObject
can be cast to this class.static boolean
UListElement.is
(JavaScriptObject o) Determines whether the givenJavaScriptObject
can be cast to this class.final void
Element.setPropertyJSO
(String name, JavaScriptObject value) Sets a JSO property on this element. -
Uses of JavaScriptObject in com.google.gwt.geolocation.client
Modifier and TypeClassDescription(package private) final class
RealJavaScriptObject
implementation of thePosition
.(package private) static final class
-
Uses of JavaScriptObject in com.google.gwt.i18n.client
Modifier and TypeClassDescriptionclass
A JavaScript Overlay type on top of the JSON data describing everything we need to know about a particular timezone.Modifier and TypeFieldDescriptionprotected JavaScriptObject
CurrencyList.dataMapNative
JS map of currency codes to CurrencyData objects.protected JavaScriptObject
CurrencyList.namesMapNative
JS map of currency codes to localized currency names.Modifier and TypeMethodDescriptionprotected JavaScriptObject
CurrencyList.loadCurrencyMapNative()
Loads the currency map from a JS object literal.protected JavaScriptObject
CurrencyList.loadNamesMapNative()
Loads the currency names map from a JS object literal.protected static final JavaScriptObject
CurrencyList.overrideMap
(JavaScriptObject original, JavaScriptObject override) Add all entries inoverride
to the original map, replacing any existing entries.Modifier and TypeMethodDescriptionprotected static final JavaScriptObject
CurrencyList.overrideMap
(JavaScriptObject original, JavaScriptObject override) Add all entries inoverride
to the original map, replacing any existing entries. -
Uses of JavaScriptObject in com.google.gwt.json.client
Modifier and TypeFieldDescription(package private) static final JavaScriptObject
JSONParser.typeMap
Modifier and TypeMethodDescriptionJSONArray.getJavaScriptObject()
Returns the underlying JavaScript array that this object wraps.JSONObject.getJavaScriptObject()
Returns the underlying JavaScript object that this object wraps.(package private) JavaScriptObject
JSONArray.getUnwrapper()
(package private) JavaScriptObject
JSONBoolean.getUnwrapper()
(package private) JavaScriptObject
JSONNull.getUnwrapper()
(package private) JavaScriptObject
JSONNumber.getUnwrapper()
(package private) JavaScriptObject
JSONObject.getUnwrapper()
(package private) JavaScriptObject
JSONString.getUnwrapper()
(package private) abstract JavaScriptObject
JSONValue.getUnwrapper()
Internal.ModifierConstructorDescriptionCreates a new JSONArray from the supplied JavaScriptObject representing a JavaScript array.JSONObject
(JavaScriptObject jsValue) Creates a new JSONObject from the supplied JavaScript value. -
Uses of JavaScriptObject in com.google.gwt.jsonp.client
Modifier and TypeMethodDescription<T extends JavaScriptObject>
JsonpRequest<T> JsonpRequestBuilder.requestObject
(String url, AsyncCallback<T> callback) Sends a JSONP request and expects a JavaScript object as a result. -
Uses of JavaScriptObject in com.google.gwt.media.dom.client
Modifier and TypeClassDescriptionfinal class
AJavaScriptObject
indicating the type of error encountered by aMediaElement
.final class
AJavaScriptObject
representing a time range returned from aMediaElement
. -
Uses of JavaScriptObject in com.google.gwt.storage.client
-
Uses of JavaScriptObject in com.google.gwt.typedarrays.client
Modifier and TypeClassDescriptionfinal class
JS native implementation ofArrayBuffer
.class
Base class for JS implementation of various views.final class
JS native implementation ofDataView
.final class
JS native implementation ofFloat32Array
.final class
JS native implementation ofFloat64Array
.final class
JS native implementation ofInt16Array
.final class
JS native implementation ofInt32Array
.final class
JS native implementation ofInt8Array
.final class
JS native implementation ofUint16Array
.final class
JS native implementation ofUint32Array
.final class
JS native implementation ofUint8Array
and, where natively supported,Uint8ClampedArray
.Modifier and TypeMethodDescriptionstatic Uint8ArrayNative
Uint8ArrayNative.create
(JavaScriptObject array) Create aUint8Array
instance from a JavaScript array-like object.static Uint8ArrayNative
Uint8ArrayNative.createClamped
(JavaScriptObject array) Create aUint8ClampedArray
instance from a JavaScript array-like object. -
Uses of JavaScriptObject in com.google.gwt.user.client
-
Uses of JavaScriptObject in com.google.gwt.user.client.ui
Modifier and TypeClassDescriptionstatic class
This corresponds to the top Element of the DOM structure created byAbstractImagePrototype.createElement()
.class
EXPERIMENTAL and subject to change.Modifier and TypeFieldDescriptionprotected JavaScriptObject
PrefixTree.subtrees
Field to store subtrees in.protected JavaScriptObject
PrefixTree.suffixes
Field to store terminal nodes in.Modifier and TypeMethodDescriptionstatic boolean
PotentialElement.isPotential
(JavaScriptObject o) Tests whether a givenJavaScriptObject
represents a PotentialElement. -
Uses of JavaScriptObject in com.google.gwt.xhr.client
JavaScriptException.getThrown()
andJavaScriptException.isThrownSet()