Interface | Description |
---|---|
AsyncFragmentLoader.LoadingStrategy |
A strategy for loading code fragments.
|
AsyncFragmentLoader.LoadTerminatedHandler |
An interface for handlers of load completion.
|
AsyncFragmentLoader.Logger |
A strategy for logging progress.
|
Disposable |
Disposable objects are registered to be called when GWT.unloadModule() is invoked allowing a GWT module to clean
up danging DOM references and other exported or leaking references.
|
LoadingStrategyBase.DownloadStrategy |
Subclasses will need to implement this and pass it in in the constructor.
|
Class | Description |
---|---|
AsyncFragmentLoader |
Low-level support to download an extra fragment of code.
|
AsyncFragmentLoader |
Low-level support to download an extra fragment of code.
|
AsyncFragmentLoader.LwmLabels |
Labels used for runAsync lightweight metrics.
|
AsyncFragmentLoader.StandardLogger |
The standard logger used in a web browser.
|
CrossSiteLoadingStrategy |
Load runAsync code using a script tag.
|
CrossSiteLoadingStrategy |
Load runAsync code using a script tag.
|
Disposable |
Disposable objects are registered to be called when GWT.unloadModule() is invoked allowing a GWT module to clean
up danging DOM references and other exported or leaking references.
|
Impl |
Private implementation class for GWT core.
|
Impl |
Private implementation class for GWT core.
|
LoadingStrategyBase |
Base for a standard loading strategy used in a web browser.
|
LoadingStrategyBase |
Base for a standard loading strategy used in a web browser.
|
LoadingStrategyBase.RequestData |
Since LoadingStrategy must support concurrent requests, we keep most of the
relevant info in the RequestData, and pass it around.
|
Md5Digest |
GWT implementation of MD5.
|
Md5Digest |
GWT implementation of MD5.
|
OnSuccessExecutor |
An asynchronous
RunAsyncCallback#onSuccess() executor using a deferred command. |
SchedulerImpl |
This is used by Scheduler to collaborate with Impl in order to have
FinallyCommands executed.
|
SchedulerImpl |
This is used by Scheduler to collaborate with Impl in order to have
FinallyCommands executed.
|
ScriptTagLoadingStrategy |
A download strategy that uses a JSONP style script tag mechanism.
|
ScriptTagLoadingStrategy |
A download strategy that uses a JSONP style script tag mechanism.
|
ScriptTagLoadingStrategy.ScriptTagDownloadStrategy |
Uses a JSONP style script tag mechanism to download the code.
|
SerializableThrowable | Deprecated
use
SerializableThrowable instead. |
SerializableThrowable | Deprecated
use
SerializableThrowable instead. |
SerializableThrowable.ThrowableWithClassName | Deprecated
use com.google.gwt.core.client.SerializableThrowable instead.
|
SourceMapProperty |
Helper class to query if SourceMaps are enabled and capable of working on the current user
agent.
|
SourceMapProperty |
Helper class to query if SourceMaps are enabled and capable of working on the current user
agent.
|
StackTraceCreator |
Encapsulates logic to create a stack trace.
|
StackTraceCreator |
Encapsulates logic to create a stack trace.
|
StringBufferImpl |
The interface to defer bound implementations of
StringBuilder and
StringBuffer . |
StringBufferImpl |
The interface to defer bound implementations of
StringBuilder and
StringBuffer . |
StringBufferImplAppend |
A
StringBufferImpl that uses += for appending strings. |
StringBufferImplAppend |
A
StringBufferImpl that uses += for appending strings. |
StringBufferImplArray |
A
StringBufferImpl that uses an array and an explicit length for
appending strings. |
StringBufferImplArray |
A
StringBufferImpl that uses an array and an explicit length for
appending strings. |
StringBufferImplArrayBase |
Superclass for all array-based string builder implementations.
|
StringBufferImplArrayBase |
Superclass for all array-based string builder implementations.
|
StringBufferImplConcat |
A
StringBufferImplArrayBase that does a concat for toString(). |
StringBufferImplConcat |
A
StringBufferImplArrayBase that does a concat for toString(). |
StringBufferImplPush |
A
StringBufferImplArrayBase that uses push for
appending strings. |
StringBufferImplPush |
A
StringBufferImplArrayBase that uses push for
appending strings. |
StringBuilderImpl |
An implementation for a
StringBuilder or StringBuffer . |
StringBuilderImpl |
An implementation for a
StringBuilder or StringBuffer . |
StringBuilderImpl.ImplArray |
A
StringBuilderImpl that uses an array and an explicit length for
appending strings. |
StringBuilderImpl.ImplPush |
A
StringBuilderImpl that uses push for appending
strings. |
StringBuilderImpl.ImplStringAppend |
A
StringBuilderImpl that uses += for appending strings. |
SuperDevModeLogger |
The implementation of GWT.log() used when Super Dev Mode is on.
|
SuperDevModeLogger |
The implementation of GWT.log() used when Super Dev Mode is on.
|
SynchronousOnSuccessExecutor |
An synchronous
RunAsyncCallback#onSuccess() executor that immediately calls onSuccess. |
UnloadSupport |
Rebound class to enable/disable support for
GWT.unloadModule() |
UnloadSupport |
Rebound class to enable/disable support for
GWT.unloadModule() |
UnloadSupportEnabled |
Rebound version switches on unload support.
|
UnloadSupportEnabled |
Rebound version switches on unload support.
|
WeakMapping |
A class associating a (String, Object) map with arbitrary source objects
(except for Strings).
|
WeakMapping |
A class associating a (String, Object) map with arbitrary source objects
(except for Strings).
|
WeakMapping |
A class associating a (String, Object) map with arbitrary source objects
(except for Strings).
|
WeakMapping |
A class associating a (String, Object) map with arbitrary source objects
(except for Strings).
|
XhrLoadingStrategy |
A download strategy that uses XHRs and iss therefore not cross site compatible.
|
XhrLoadingStrategy |
A download strategy that uses XHRs and iss therefore not cross site compatible.
|
XhrLoadingStrategy.XhrDownloadStrategy |
Uses XHR's to download the code.
|
Annotation Type | Description |
---|---|
ArtificialRescue |
An annotation to specify that if a class is rescued, other types, methods, or
fields should be rescued as well.
|
ArtificialRescue.Rescue |
Specifies the elements of a single type to rescue.
|
Copyright © 2018. All rights reserved.