Java com.google.gwt.core.client JavaScriptObject fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.core.client JavaScriptObject fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.core.client JavaScriptObject.

The text is from its open source code.

Subclass

com.google.gwt.core.client.JavaScriptObject has subclasses.
Click this link to see all its subclasses.

Method

Tcast()
A helper method to enable cross-casting from any JavaScriptObject type to any other JavaScriptObject type.
JavaScriptObjectcreateArray()
Returns a new array.
JavaScriptObjectcreateArray(int size)
Returns a new array with a given size.
JavaScriptObjectcreateFunction()
Returns an empty function.
JavaScriptObjectcreateObject()
Returns a new object.
booleanequals(Object other)
Returns true if the objects are JavaScript identical (triple-equals).
StringtoSource()
Call the toSource() on the JSO.
StringtoString()
Makes a best-effort attempt to get a useful debugging string describing the given JavaScriptObject.