com.google.gwt.core.client |
Fundamental classes used in client-side GWT code.
The classes in this package represent concepts fundamental to GWT, such as
module entry points, and interfacing with JavaScript.
|
Java Source File Name | Type | Comment |
EntryPoint.java | Interface | Implement this interface to allow a class to act as a module entry point. |
GWT.java | Class | Supports core functionality that in some cases requires direct support from
the compiler and runtime systems such as runtime type information and
deferred binding. |
Impl.java | Class | |
JavaScriptException.java | Class | Any JavaScript exceptions occurring within JSNI methods are wrapped as this
class when caught in Java code. |
JavaScriptObject.java | Class | An opaque handle to a native JavaScript object. |