Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Com.google.gwt.core.client Classes and Interfaces - 41 results found.
NameDescriptionTypePackageFramework
AsyncProviderAn object capable of providing an instance of type T asynchronously via Callback.Interfacecom.google.gwt.core.clientGoogle WebToolkit (GWT)
CallbackA callback for any asynchronous call that can result in success or failure.Interfacecom.google.gwt.core.clientGoogle WebToolkit (GWT)
CodeDownloadExceptionException indicating an interruption while downloading resources.Classcom.google.gwt.core.clientGoogle WebToolkit (GWT)
CodeDownloadException .ReasonReason codes for the interruption of code down load.Classcom.google.gwt.core.client.CodeDownloadExceptionGoogle WebToolkit (GWT)
DurationA utility class for measuring elapsed time.Classcom.google.gwt.core.clientGoogle WebToolkit (GWT)
EntryPoint Please see the developer guide for more information on modules.Interfacecom.google.gwt.core.clientGoogle WebToolkit (GWT)
GWTSupports core functionality that in some cases requires direct support from the compiler and runtime systems such as runtime type information andClasscom.google.gwt.core.clientGoogle WebToolkit (GWT)
GWT .UncaughtExceptionHandlerThis interface is used to catch exceptions at the "top level" just before they escape to the browser.Interfacecom.google.gwt.core.client.GWTGoogle WebToolkit (GWT)
GWTBridgeWhen running in Development Mode, acts as a bridge from GWT into the Development Mode environment.Classcom.google.gwt.core.clientGoogle WebToolkit (GWT)
GwtScriptOnlyThis annotation is used to break out of a module's source path in hosted mode.Classcom.google.gwt.core.clientGoogle WebToolkit (GWT)
HttpThrowableReporterThis is a utility class which can report Throwables to the server via a JSON-formatted payload.Classcom.google.gwt.core.clientGoogle WebToolkit (GWT)
JavaScriptExceptionAny JavaScript exceptions occurring within JSNI methods are wrapped as this class when caught in Java code.Classcom.google.gwt.core.clientGoogle WebToolkit (GWT)
JavaScriptObjectAn opaque handle to a native JavaScript object.Classcom.google.gwt.core.clientGoogle WebToolkit (GWT)
JsArrayA simple wrapper around a homogeneous native array of JavaScriptObject values.Classcom.google.gwt.core.clientGoogle WebToolkit (GWT)
JsArrayBooleanA simple wrapper around a homogeneous native array of boolean values.Classcom.google.gwt.core.clientGoogle WebToolkit (GWT)
JsArrayIntegerA simple wrapper around a homogeneous native array of integer values.Classcom.google.gwt.core.clientGoogle WebToolkit (GWT)
JsArrayMixedA simple wrapper around an heterogeneous native array of values.Classcom.google.gwt.core.clientGoogle WebToolkit (GWT)
JsArrayNumberA simple wrapper around a homogeneous native array of numeric values.Classcom.google.gwt.core.clientGoogle WebToolkit (GWT)
JsArrayStringA simple wrapper around a homogeneous native array of string values.Classcom.google.gwt.core.clientGoogle WebToolkit (GWT)
JsArrayUtilsUtility class for manipulating JS arrays.Classcom.google.gwt.core.clientGoogle WebToolkit (GWT)
JsDateA simple wrapper around a native JS Date object.Classcom.google.gwt.core.clientGoogle WebToolkit (GWT)
JsExportJsExport marks a constructor, static method, or static field as creating a an unobfuscated alias in the global scope.Classcom.google.gwt.core.client.jsGoogle WebToolkit (GWT)
JsNamespaceProvides a default namespace for @JsExport annotations which don't specify a value.Classcom.google.gwt.core.client.jsGoogle WebToolkit (GWT)
JsNoExportJsExport marks a constructor, static method, or static field as creating a an unobfuscated alias in the global scope.Classcom.google.gwt.core.client.jsGoogle WebToolkit (GWT)
JsoInspectorThis class provides an API for IDEs to inspect JavaScript objects and is not intended to be used in GWT applications.Classcom.google.gwt.core.client.debugGoogle WebToolkit (GWT)
JsoInspector .JsoPropertyA simple Java object to hold a key and value pair.Classcom.google.gwt.core.client.debug.JsoInspectorGoogle WebToolkit (GWT)
JsonUtilsProvides JSON-related utility methods.Classcom.google.gwt.core.clientGoogle WebToolkit (GWT)
JsPropertyJsProperty marks a method in a JsType as a property accessor and recognizes JavaBean style naming convention.Classcom.google.gwt.core.client.jsGoogle WebToolkit (GWT)
JsTypeJsType is used to describe the interface of a Javascript object, either one that already exists from the external Javascript environment, or one that will be accessible to theClasscom.google.gwt.core.client.jsGoogle WebToolkit (GWT)
PrefetcherThis class allows requesting the download of resources before they are strictly needed.Classcom.google.gwt.core.client.prefetchGoogle WebToolkit (GWT)
RunAsyncCallbackA callback meant to be used by GWT.Interfacecom.google.gwt.core.clientGoogle WebToolkit (GWT)
RunAsyncCodeA request to load the code for a GWT.Classcom.google.gwt.core.client.prefetchGoogle WebToolkit (GWT)
SchedulerThis class provides low-level task scheduling primitives.Classcom.google.gwt.core.clientGoogle WebToolkit (GWT)
Scheduler .RepeatingCommandGeneral-purpose Command interface for tasks that repeat.Interfacecom.google.gwt.core.client.SchedulerGoogle WebToolkit (GWT)
ScriptInjectorDynamically create a script tag and attach it to the DOM.Classcom.google.gwt.core.clientGoogle WebToolkit (GWT)
ScriptInjector .FromStringBuilder for directly injecting a script body into the DOM.Classcom.google.gwt.core.client.ScriptInjectorGoogle WebToolkit (GWT)
ScriptInjector .FromUrlBuild an injection call for adding a script by URL.Classcom.google.gwt.core.client.ScriptInjectorGoogle WebToolkit (GWT)
SingleJsoImplThis annotation may be placed on an interface to declare the single JavaScriptObject type that implements the interface.Classcom.google.gwt.core.clientGoogle WebToolkit (GWT)
SingleJsoImplNameThis annotation may be placed on an interface to name the single JavaScriptObject type that implements the interface.Classcom.google.gwt.core.clientGoogle WebToolkit (GWT)
StubSchedulerA fake scheduler that records scheduled commands and can execute them when asked to.Classcom.google.gwt.core.client.testingGoogle WebToolkit (GWT)
UnsafeNativeLongThis annotation can be placed on a native method to allow it to directly access Java long values.Classcom.google.gwt.core.clientGoogle WebToolkit (GWT)