Java com.google.gwt.dev.shell.designtime JsValue fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.dev.shell.designtime JsValue fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.dev.shell.designtime JsValue.

The text is from its open source code.

Subclass

com.google.gwt.dev.shell.designtime.JsValue has subclasses.
Click this link to see all its subclasses.

Method

booleangetBoolean()
Get the value of the object as a boolean.
booleanisBoolean()
Returns true if the JS value is a boolean.
voidmainThreadCleanup()
The main thread should call this from time to time to release hosted-mode objects that Java is no longer referencing.
StringtoString()
Produce a string representation of the JsValue.