Uses of Class
com.google.gwt.core.client.JavaScriptObject
-
Packages that use JavaScriptObject Package Description com.google.gwt.canvas.dom.client Classes for HTML Canvas 2D support.com.google.gwt.core.client Fundamental classes used in client-side GWT code.com.google.gwt.dom.client Classes for low-level DOM programming.com.google.gwt.geolocation.client Support for the HTML5 Geolocation API.com.google.gwt.i18n.client Internationalization support for GWT applications.com.google.gwt.json.client Classes for parsing and creating JSON encoded values.com.google.gwt.jsonp.client Classes for sending cross domain requests to an http server, potentially on a different domain, via JSONP.com.google.gwt.media.dom.client DOM classes for HTML Audio and Video support.com.google.gwt.storage.client Provides for key-value Storage services.com.google.gwt.typedarrays.client com.google.gwt.user.client Fundamental user-interface classes used in client-side GWT code.com.google.gwt.user.client.ui Widgets, Panels, and other user-interface classes.com.google.gwt.xhr.client Classes to support Javascript's XMLHttpRequest. -
-
Uses of JavaScriptObject in com.google.gwt.canvas.dom.client
Subclasses of JavaScriptObject in com.google.gwt.canvas.dom.client Modifier and Type Class Description classCanvasGradientGradient object used withContext2d.classCanvasPatternPattern object used withContext2d.classCanvasPixelArrayArray-like object holding the actual image data for an ImageData object.classContext2dRendering interface used to draw on aCanvasElement.classCssColorCSS Color object.classFillStrokeStyleclassImageDataObject that holds image data and a size.classTextMetricsHTML 5 Canvas text metrics. -
Uses of JavaScriptObject in com.google.gwt.core.client
Classes in com.google.gwt.core.client with type parameters of type JavaScriptObject Modifier and Type Class Description classJsArray<T extends JavaScriptObject>A simple wrapper around a homogeneous native array ofJavaScriptObjectvalues.Subclasses of JavaScriptObject in com.google.gwt.core.client Modifier and Type Class Description classJsArray<T extends JavaScriptObject>A simple wrapper around a homogeneous native array ofJavaScriptObjectvalues.classJsArrayBooleanA simple wrapper around a homogeneous native array of boolean values.classJsArrayIntegerA simple wrapper around a homogeneous native array of integer values.classJsArrayMixedA simple wrapper around an heterogeneous native array of values.classJsArrayNumberA simple wrapper around a homogeneous native array of numeric values.classJsArrayStringA simple wrapper around a homogeneous native array of string values.classJsDateA simple wrapper around a native JS Date object.Fields in com.google.gwt.core.client declared as JavaScriptObject Modifier and Type Field Description static JavaScriptObjectScriptInjector. TOP_WINDOWReturns the top level window object.Methods in com.google.gwt.core.client with type parameters of type JavaScriptObject Modifier and Type Method Description <T extends JavaScriptObject>
TJavaScriptObject. cast()A helper method to enable cross-casting from anyJavaScriptObjecttype to any otherJavaScriptObjecttype.<T extends JavaScriptObject>
TJsArrayMixed. getObject(int index)Gets theJavaScriptObjectat 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>
TJsonUtils. safeEval(java.lang.String json)Evaluates a JSON expression safely.<T extends JavaScriptObject>
TJsArrayMixed. shiftObject()Shifts the first value off the array.static <T extends JavaScriptObject>
TJsonUtils. unsafeEval(java.lang.String json)Evaluates a JSON expression usingeval().Methods in com.google.gwt.core.client that return JavaScriptObject Modifier and Type Method Description static JavaScriptObjectJavaScriptObject. createArray()Returns a new array.static JavaScriptObjectJavaScriptObject. createArray(int size)Returns a new array with a given size.static JavaScriptObjectJavaScriptObject. createFunction()Returns an empty function.static JavaScriptObjectJavaScriptObject. createObject()Returns a new object.JavaScriptObjectJavaScriptException. getException()Deprecated.deprecated in favor forJavaScriptException.getThrown()andJavaScriptException.isThrownSet()JavaScriptObjectScriptInjector.FromString. inject()Injects a script into the DOM.JavaScriptObjectScriptInjector.FromUrl. inject()Injects an external JavaScript reference into the document and optionally calls a callback when it finishes loading.Methods in com.google.gwt.core.client that return types with arguments of type JavaScriptObject Modifier and Type Method Description java.lang.Class<? extends JavaScriptObject>value()Methods in com.google.gwt.core.client with parameters of type JavaScriptObject Modifier and Type Method Description voidJsArrayMixed. push(JavaScriptObject value)Pushes the givenJavaScriptObjectonto 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.voidJsArrayMixed. set(int index, JavaScriptObject value)Sets the object value at a given index.ScriptInjector.FromStringScriptInjector.FromString. setWindow(JavaScriptObject window)ScriptInjector.FromUrlScriptInjector.FromUrl. setWindow(JavaScriptObject window)This call allows you to specify which DOM window object to install the script tag in.static java.lang.StringJsonUtils. stringify(JavaScriptObject obj)Converts a value to JSON.static java.lang.StringJsonUtils. stringify(JavaScriptObject obj, java.lang.String space)Converts a value to JSON.voidJsArrayMixed. unshift(JavaScriptObject value)Shifts aJavaScriptObjectonto the beginning of the array. -
Uses of JavaScriptObject in com.google.gwt.dom.client
Subclasses of JavaScriptObject in com.google.gwt.dom.client Modifier and Type Class Description classAnchorElementThe anchor element.classAreaElementClient-side image map area definition.classAudioElementAudio element.classBaseElementDocument base URI.classBodyElementThe HTML document body.classBRElementForce a line break.classButtonElementPush button.classCanvasElementCanvas element.classDataTransferClass representing DataTransfer interface.classDivElementGeneric block container.classDListElementDefinition list.classDocumentA Document is the root of the HTML hierarchy and holds the entire content.classElementAll HTML element interfaces derive from this class.classEventTargetRepresents the target of a JavaScript event.classFieldSetElementOrganizes form controls into logical groups.classFormElementThe FORM element encompasses behavior similar to a collection and an element.classFrameElementCreate a frame.classFrameSetElementCreate a grid of frames.classHeadElementDocument head information.classHeadingElementFor the H1 to H6 elements.classHRElementCreate a horizontal rule.classIFrameElementInline subwindows.classImageElementEmbedded image.classInputElementForm control.classLabelElementForm field label text.classLegendElementProvides a caption for a FIELDSET grouping.classLIElementList item.classLinkElementThe LINK element specifies a link to an external resource, and defines this document's relationship to that resource (or vice versa).classMapElementClient-side image map.classMediaElementCommon superclass for Audio and Video elements.classMetaElementThis contains generic meta-information about the document.classModElementNotice of modification to part of a document.classNativeEventThe native dom event.classNodeThe Node interface is the primary datatype for the entire Document Object Model.classNodeCollection<T extends Node>An ElementCollection is a list of nodes.classNodeList<T extends Node>The NodeList interface provides the abstraction of an ordered collection of nodes, without defining or constraining how this collection is implemented.classObjectElementGeneric embedded object.classOListElementOrdered list.classOptGroupElementGroup options together in logical subdivisions.classOptionElementA selectable choice.classParagraphElementParagraphs.classParamElementParameters fed to the OBJECT element.classPreElementPreformatted text.classQuoteElementFor the Q and BLOCKQUOTE elements.classScriptElementScript statements.classSelectElementThe select element allows the selection of an option.classSourceElementThe SOURCE element specifies one of potentially multiple source file in a media element.classSpanElementGeneric inline container.classStyleProvides programmatic access to properties of the style object.classStyleElementStyle information.classTableCaptionElementTable caption.classTableCellElementThe object used to represent the TH and TD elements.classTableColElementRegroups the COL and COLGROUP elements.classTableElementThe create* and delete* methods on the table allow authors to construct and modify tables.classTableRowElementA row in a table.classTableSectionElementThe THEAD, TFOOT, and TBODY elements.classTextThe Text interface represents textual content.classTextAreaElementMulti-line text field.classTitleElementThe document title.classTouchClass representing touches.classUListElementUnordered list.classVideoElementVideo element.Methods in com.google.gwt.dom.client that return JavaScriptObject Modifier and Type Method Description JavaScriptObjectElement. getPropertyJSO(java.lang.String name)Gets a JSO property from this element.Methods in com.google.gwt.dom.client with parameters of type JavaScriptObject Modifier and Type Method Description static ElementElement. as(JavaScriptObject o)static NodeNode. as(JavaScriptObject o)Assert that the givenJavaScriptObjectis a DOM node and automatically typecast it.static booleanAnchorElement. is(JavaScriptObject o)Determines whether the givenJavaScriptObjectcan be cast to this class.static booleanAreaElement. is(JavaScriptObject o)Determines whether the givenJavaScriptObjectcan be cast to this class.static booleanBaseElement. is(JavaScriptObject o)Determines whether the givenJavaScriptObjectcan be cast to this class.static booleanBodyElement. is(JavaScriptObject o)Determines whether the givenJavaScriptObjectcan be cast to this class.static booleanBRElement. is(JavaScriptObject o)Determines whether the givenJavaScriptObjectcan be cast to this class.static booleanButtonElement. is(JavaScriptObject o)Determines whether the givenJavaScriptObjectcan be cast to this class.static booleanDivElement. is(JavaScriptObject o)Determines whether the givenJavaScriptObjectcan be cast to this class.static booleanDListElement. is(JavaScriptObject o)Determines whether the givenJavaScriptObjectcan be cast to this class.static booleanElement. is(JavaScriptObject o)Determines whether the givenJavaScriptObjectcan be cast to anElement.static booleanFieldSetElement. is(JavaScriptObject o)Determines whether the givenJavaScriptObjectcan be cast to this class.static booleanFormElement. is(JavaScriptObject o)Determines whether the givenJavaScriptObjectcan be cast to this class.static booleanFrameElement. is(JavaScriptObject o)Determines whether the givenJavaScriptObjectcan be cast to this class.static booleanFrameSetElement. is(JavaScriptObject o)Determines whether the givenJavaScriptObjectcan be cast to this class.static booleanHeadElement. is(JavaScriptObject o)Determines whether the givenJavaScriptObjectcan be cast to this class.static booleanHeadingElement. is(JavaScriptObject o)Determines whether the givenJavaScriptObjectcan be cast to this class.static booleanHRElement. is(JavaScriptObject o)Determines whether the givenJavaScriptObjectcan be cast to this class.static booleanIFrameElement. is(JavaScriptObject o)Determines whether the givenJavaScriptObjectcan be cast to this class.static booleanImageElement. is(JavaScriptObject o)Determines whether the givenJavaScriptObjectcan be cast to this class.static booleanInputElement. is(JavaScriptObject o)Determines whether the givenJavaScriptObjectcan be cast to this class.static booleanLabelElement. is(JavaScriptObject o)Determines whether the givenJavaScriptObjectcan be cast to this class.static booleanLegendElement. is(JavaScriptObject o)Determines whether the givenJavaScriptObjectcan be cast to this class.static booleanLIElement. is(JavaScriptObject o)Determines whether the givenJavaScriptObjectcan be cast to this class.static booleanLinkElement. is(JavaScriptObject o)Determines whether the givenJavaScriptObjectcan be cast to this class.static booleanMapElement. is(JavaScriptObject o)Determines whether the givenJavaScriptObjectcan be cast to this class.static booleanMetaElement. is(JavaScriptObject o)Determines whether the givenJavaScriptObjectcan be cast to this class.static booleanModElement. is(JavaScriptObject o)Determines whether the givenJavaScriptObjectcan be cast to this class.static booleanNode. is(JavaScriptObject o)Determines whether the givenJavaScriptObjectis a DOM node.static booleanObjectElement. is(JavaScriptObject o)Determines whether the givenJavaScriptObjectcan be cast to this class.static booleanOListElement. is(JavaScriptObject o)Determines whether the givenJavaScriptObjectcan be cast to this class.static booleanOptGroupElement. is(JavaScriptObject o)Determines whether the givenJavaScriptObjectcan be cast to this class.static booleanOptionElement. is(JavaScriptObject o)Determines whether the givenJavaScriptObjectcan be cast to this class.static booleanParagraphElement. is(JavaScriptObject o)Determines whether the givenJavaScriptObjectcan be cast to this class.static booleanParamElement. is(JavaScriptObject o)Determines whether the givenJavaScriptObjectcan be cast to this class.static booleanPreElement. is(JavaScriptObject o)Determines whether the givenJavaScriptObjectcan be cast to this class.static booleanQuoteElement. is(JavaScriptObject o)Determines whether the givenJavaScriptObjectcan be cast to this class.static booleanScriptElement. is(JavaScriptObject o)Determines whether the givenJavaScriptObjectcan be cast to this class.static booleanSelectElement. is(JavaScriptObject o)Determines whether the givenJavaScriptObjectcan be cast to this class.static booleanSourceElement. is(JavaScriptObject o)Determines whether the givenJavaScriptObjectcan be cast to this class.static booleanSpanElement. is(JavaScriptObject o)Determines whether the givenJavaScriptObjectcan be cast to this class.static booleanStyleElement. is(JavaScriptObject o)Determines whether the givenJavaScriptObjectcan be cast to this class.static booleanTableCaptionElement. is(JavaScriptObject o)Determines whether the givenJavaScriptObjectcan be cast to this class.static booleanTableCellElement. is(JavaScriptObject o)Determines whether the givenJavaScriptObjectcan be cast to this class.static booleanTableColElement. is(JavaScriptObject o)Determines whether the givenJavaScriptObjectcan be cast to this class.static booleanTableElement. is(JavaScriptObject o)Determines whether the givenJavaScriptObjectcan be cast to this class.static booleanTableRowElement. is(JavaScriptObject o)Determines whether the givenJavaScriptObjectcan be cast to this class.static booleanTableSectionElement. is(JavaScriptObject o)Determines whether the givenJavaScriptObjectcan be cast to this class.static booleanTextAreaElement. is(JavaScriptObject o)Determines whether the givenJavaScriptObjectcan be cast to this class.static booleanTitleElement. is(JavaScriptObject o)Determines whether the givenJavaScriptObjectcan be cast to this class.static booleanUListElement. is(JavaScriptObject o)Determines whether the givenJavaScriptObjectcan be cast to this class.voidElement. setPropertyJSO(java.lang.String name, JavaScriptObject value)Sets a JSO property on this element. -
Uses of JavaScriptObject in com.google.gwt.geolocation.client
Subclasses of JavaScriptObject in com.google.gwt.geolocation.client Modifier and Type Class Description (package private) classPositionImplRealJavaScriptObjectimplementation of thePosition.(package private) static classPositionImpl.CoordinatesImpl -
Uses of JavaScriptObject in com.google.gwt.i18n.client
Subclasses of JavaScriptObject in com.google.gwt.i18n.client Modifier and Type Class Description classTimeZoneInfoA JavaScript Overlay type on top of the JSON data describing everything we need to know about a particular timezone.Fields in com.google.gwt.i18n.client declared as JavaScriptObject Modifier and Type Field Description protected JavaScriptObjectCurrencyList. dataMapNativeJS map of currency codes to CurrencyData objects.protected JavaScriptObjectCurrencyList. namesMapNativeJS map of currency codes to localized currency names.Methods in com.google.gwt.i18n.client that return JavaScriptObject Modifier and Type Method Description protected JavaScriptObjectCurrencyList. loadCurrencyMapNative()Loads the currency map from a JS object literal.protected JavaScriptObjectCurrencyList. loadNamesMapNative()Loads the currency names map from a JS object literal.protected static JavaScriptObjectCurrencyList. overrideMap(JavaScriptObject original, JavaScriptObject override)Add all entries inoverrideto the original map, replacing any existing entries.Methods in com.google.gwt.i18n.client with parameters of type JavaScriptObject Modifier and Type Method Description protected static JavaScriptObjectCurrencyList. overrideMap(JavaScriptObject original, JavaScriptObject override)Add all entries inoverrideto the original map, replacing any existing entries. -
Uses of JavaScriptObject in com.google.gwt.json.client
Fields in com.google.gwt.json.client declared as JavaScriptObject Modifier and Type Field Description (package private) static JavaScriptObjectJSONParser. typeMapMethods in com.google.gwt.json.client that return JavaScriptObject Modifier and Type Method Description JavaScriptObjectJSONArray. getJavaScriptObject()Returns the underlying JavaScript array that this object wraps.JavaScriptObjectJSONObject. getJavaScriptObject()Returns the underlying JavaScript object that this object wraps.(package private) JavaScriptObjectJSONArray. getUnwrapper()(package private) JavaScriptObjectJSONBoolean. getUnwrapper()(package private) JavaScriptObjectJSONNull. getUnwrapper()(package private) JavaScriptObjectJSONNumber. getUnwrapper()(package private) JavaScriptObjectJSONObject. getUnwrapper()(package private) JavaScriptObjectJSONString. getUnwrapper()(package private) abstract JavaScriptObjectJSONValue. getUnwrapper()Internal.Constructors in com.google.gwt.json.client with parameters of type JavaScriptObject Constructor Description JSONArray(JavaScriptObject arr)Creates 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
Methods in com.google.gwt.jsonp.client with type parameters of type JavaScriptObject Modifier and Type Method Description <T extends JavaScriptObject>
JsonpRequest<T>JsonpRequestBuilder. requestObject(java.lang.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
Subclasses of JavaScriptObject in com.google.gwt.media.dom.client Modifier and Type Class Description classMediaErrorAJavaScriptObjectindicating the type of error encountered by aMediaElement.classTimeRangesAJavaScriptObjectrepresenting a time range returned from aMediaElement. -
Uses of JavaScriptObject in com.google.gwt.storage.client
Subclasses of JavaScriptObject in com.google.gwt.storage.client Modifier and Type Class Description classStorageEventRepresents a Storage Event.Fields in com.google.gwt.storage.client declared as JavaScriptObject Modifier and Type Field Description protected static JavaScriptObjectStorageImpl. jsHandler -
Uses of JavaScriptObject in com.google.gwt.typedarrays.client
Subclasses of JavaScriptObject in com.google.gwt.typedarrays.client Modifier and Type Class Description classArrayBufferNativeJS native implementation ofArrayBuffer.classArrayBufferViewNativeBase class for JS implementation of various views.classDataViewNativeJS native implementation ofDataView.classFloat32ArrayNativeJS native implementation ofFloat32Array.classFloat64ArrayNativeJS native implementation ofFloat64Array.classInt16ArrayNativeJS native implementation ofInt16Array.classInt32ArrayNativeJS native implementation ofInt32Array.classInt8ArrayNativeJS native implementation ofInt8Array.classUint16ArrayNativeJS native implementation ofUint16Array.classUint32ArrayNativeJS native implementation ofUint32Array.classUint8ArrayNativeJS native implementation ofUint8Arrayand, where natively supported,Uint8ClampedArray.Methods in com.google.gwt.typedarrays.client with parameters of type JavaScriptObject Modifier and Type Method Description static Uint8ArrayNativeUint8ArrayNative. create(JavaScriptObject array)Create aUint8Arrayinstance from a JavaScript array-like object.static Uint8ArrayNativeUint8ArrayNative. createClamped(JavaScriptObject array)Create aUint8ClampedArrayinstance from a JavaScript array-like object. -
Uses of JavaScriptObject in com.google.gwt.user.client
Subclasses of JavaScriptObject in com.google.gwt.user.client Modifier and Type Class Description classElementDeprecated.classEventAn opaque handle to a native DOM Event. -
Uses of JavaScriptObject in com.google.gwt.user.client.ui
Subclasses of JavaScriptObject in com.google.gwt.user.client.ui Modifier and Type Class Description static classAbstractImagePrototype.ImagePrototypeElementThis corresponds to the top Element of the DOM structure created byAbstractImagePrototype.createElement().classPotentialElementEXPERIMENTAL and subject to change.Fields in com.google.gwt.user.client.ui declared as JavaScriptObject Modifier and Type Field Description protected JavaScriptObjectPrefixTree. subtreesField to store subtrees in.protected JavaScriptObjectPrefixTree. suffixesField to store terminal nodes in.Methods in com.google.gwt.user.client.ui with parameters of type JavaScriptObject Modifier and Type Method Description static booleanPotentialElement. isPotential(JavaScriptObject o)Tests whether a givenJavaScriptObjectrepresents a PotentialElement. -
Uses of JavaScriptObject in com.google.gwt.xhr.client
Subclasses of JavaScriptObject in com.google.gwt.xhr.client Modifier and Type Class Description classXMLHttpRequestThe native XMLHttpRequest object.
-