Serialized Form


Package com.google.gwt.benchmarks.client.impl

Class com.google.gwt.benchmarks.client.impl.BenchmarkResults extends JUnitResult implements Serializable

Serialized Fields

sourceRef

java.lang.String sourceRef
The URL of the document on the browser (document.location). This is used to locate the *cache.html document containing the generated JavaScript for the test. In the case of hosted mode, this points (uselessly) to the nocache file, because there is no generated JavaScript. Apparently, we can't get this value on the server-side because of the goofy way HTTP_REFERER is set by different browser implementations of XMLHttpRequest.


trials

java.util.List<E> trials

Package com.google.gwt.core.client

Class com.google.gwt.core.client.JavaScriptException extends java.lang.RuntimeException implements Serializable

Serialized Fields

description

java.lang.String description
The original description of the JavaScript exception this class wraps, initialized as e.message.


e

java.lang.Object e
The underlying exception this class wraps.


message

java.lang.String message
A constructed message describing this exception.


name

java.lang.String name
The original type name of the JavaScript exception this class wraps, initialized as e.name.


Package com.google.gwt.event.shared

Class com.google.gwt.event.shared.UmbrellaException extends java.lang.RuntimeException implements Serializable

Serialized Fields

causes

java.util.Set<E> causes
The causes of the exception.


Package com.google.gwt.http.client

Class com.google.gwt.http.client.RequestException extends java.lang.Exception implements Serializable

Class com.google.gwt.http.client.RequestPermissionException extends RequestException implements Serializable

Serialized Fields

url

java.lang.String url
URL which caused this exception to be thrown.

Class com.google.gwt.http.client.RequestTimeoutException extends RequestException implements Serializable

Serialized Fields

timeoutMillis

int timeoutMillis
Time, in milliseconds, of the timeout.


request

Request request
Request object which experienced the timed out.


Package com.google.gwt.i18n.client.impl

Class com.google.gwt.i18n.client.impl.DateRecord extends java.util.Date implements Serializable

serialVersionUID: -1278816193740448162L

Serialized Fields

era

int era

year

int year

month

int month

dayOfMonth

int dayOfMonth

ampm

int ampm

hours

int hours

minutes

int minutes

seconds

int seconds

milliseconds

int milliseconds

tzOffset

int tzOffset

dayOfWeek

int dayOfWeek

ambiguousYear

boolean ambiguousYear

Package com.google.gwt.i18n.rebind

Class com.google.gwt.i18n.rebind.AbstractResource.MissingResourceException extends java.lang.RuntimeException implements Serializable

Serialized Fields

during

java.lang.String during

key

java.lang.String key

method

java.lang.String method

searchedResources

java.util.List<E> searchedResources

Class com.google.gwt.i18n.rebind.AnnotationsResource.AnnotationsError extends java.lang.Exception implements Serializable


Package com.google.gwt.json.client

Class com.google.gwt.json.client.JSONException extends java.lang.RuntimeException implements Serializable


Package com.google.gwt.jsonp.client

Class com.google.gwt.jsonp.client.TimeoutException extends java.lang.Exception implements Serializable


Package com.google.gwt.junit

Class com.google.gwt.junit.JUnitFatalLaunchException extends java.lang.RuntimeException implements Serializable

Class com.google.gwt.junit.JUnitMessageQueue.ClientInfoExt extends JUnitHost.ClientInfo implements Serializable

Serialized Fields

desc

java.lang.String desc
A description of this client.


Package com.google.gwt.junit.client

Class com.google.gwt.junit.client.TimeoutException extends java.lang.RuntimeException implements Serializable


Package com.google.gwt.junit.client.impl

Class com.google.gwt.junit.client.impl.ExceptionWrapper extends java.lang.Object implements Serializable

Serialized Fields

cause

ExceptionWrapper cause
Corresponds to Throwable.getCause().


message

java.lang.String message
Corresponds to Throwable.getMessage().


stackTrace

StackTraceWrapper[] stackTrace
Corresponds to Throwable.getStackTrace().


typeName

java.lang.String typeName
The run-time type of the exception.

Class com.google.gwt.junit.client.impl.JUnitHost.ClientInfo extends java.lang.Object implements Serializable

Serialized Fields

sessionId

int sessionId
This client's unique session id.


userAgent

java.lang.String userAgent
The GWT user.agent property of this client, e.g. "ie6", "safari", etc.

Class com.google.gwt.junit.client.impl.JUnitHost.InitialResponse extends java.lang.Object implements Serializable

Serialized Fields

sessionId

int sessionId
The unique client session id.


testBlock

JUnitHost.TestBlock testBlock
The first test block to run.

Class com.google.gwt.junit.client.impl.JUnitHost.TestBlock extends java.lang.Object implements Serializable

Serialized Fields

index

int index

tests

JUnitHost.TestInfo[] tests

Class com.google.gwt.junit.client.impl.JUnitHost.TestInfo extends java.lang.Object implements Serializable

Serialized Fields

testClass

java.lang.String testClass

testMethod

java.lang.String testMethod

testModule

java.lang.String testModule

Class com.google.gwt.junit.client.impl.JUnitResult extends java.lang.Object implements Serializable

Serialized Fields

exceptionWrapper

ExceptionWrapper exceptionWrapper

Package com.google.gwt.junit.remote

Class com.google.gwt.junit.remote.BrowserManagerServer extends java.rmi.server.UnicastRemoteObject implements Serializable

Serialized Fields

childExitCallback

BrowserManagerProcess.ProcessExitCb childExitCallback
Receives an event when a child process exits.


launchCmd

java.lang.String launchCmd
The shell command to launch when a new browser is requested.


launchCommandQueue

java.util.Queue<E> launchCommandQueue
A queue of delayed commands. This is used if the serialized option is turned on.


nextToken

int nextToken
The next token that will be returned from BrowserManagerServer.launchNewBrowser(String, long).


processByToken

java.util.Map<K,V> processByToken
Master map of tokens onto ProcessManagers managing live processes. Also serves as a lock that must be held before any state-changing operations on this class may be performed.


serializeFlag

boolean serializeFlag
Flag that is set if the serialized option is turned on.


timer

java.util.Timer timer
A single shared Timer used by all instances of BrowserManagerProcess.


Package com.google.gwt.resources.client

Class com.google.gwt.resources.client.ResourceException extends java.lang.Exception implements Serializable

Serialized Fields

resource

ResourcePrototype resource

Package com.google.gwt.resources.css.ast

Class com.google.gwt.resources.css.ast.CssCompilerException extends java.lang.RuntimeException implements Serializable


Package com.google.gwt.rpc.client.impl

Class com.google.gwt.rpc.client.impl.RemoteException extends java.lang.RuntimeException implements Serializable


Package com.google.gwt.rpc.server

Class com.google.gwt.rpc.server.WebModeClientOracle extends ClientOracle implements Serializable

serialVersionUID: 1L

Serialization Methods

readResolve

private java.lang.Object readResolve()
Reinitialize the operableFieldMap field when the WebModeClientOracle is reloaded.

Serialized Fields

classData

java.util.Map<K,V> classData
A map of class names to ClassData elements.


idents

java.util.Set<E> idents

seedNamesToClassData

java.util.Map<K,V> seedNamesToClassData

Package com.google.gwt.uibinder.attributeparsers

Class com.google.gwt.uibinder.attributeparsers.CssNameConverter.Failure extends java.lang.Exception implements Serializable

Class com.google.gwt.uibinder.attributeparsers.FieldReferenceConverter.IllegalFieldReferenceException extends java.lang.RuntimeException implements Serializable


Package com.google.gwt.user.client

Class com.google.gwt.user.client.CommandCanceledException extends java.lang.RuntimeException implements Serializable

Serialized Fields

command

Command command

Class com.google.gwt.user.client.IncrementalCommandCanceledException extends java.lang.RuntimeException implements Serializable

Serialized Fields

command

IncrementalCommand command

Package com.google.gwt.user.client.rpc

Class com.google.gwt.user.client.rpc.IncompatibleRemoteServiceException extends java.lang.RuntimeException implements Serializable

Class com.google.gwt.user.client.rpc.InvocationException extends java.lang.RuntimeException implements Serializable

Class com.google.gwt.user.client.rpc.SerializableException extends java.lang.Exception implements Serializable

Class com.google.gwt.user.client.rpc.SerializationException extends java.lang.Exception implements Serializable

Class com.google.gwt.user.client.rpc.ServiceDefTarget.NoServiceEntryPointSpecifiedException extends InvocationException implements Serializable

Class com.google.gwt.user.client.rpc.StatusCodeException extends InvocationException implements Serializable

Serialized Fields

statusCode

int statusCode

Package com.google.gwt.user.client.ui

Class com.google.gwt.user.client.ui.AttachDetachException extends UmbrellaException implements Serializable

Class com.google.gwt.user.client.ui.ChangeListenerCollection extends java.util.ArrayList<ChangeListener> implements Serializable

Class com.google.gwt.user.client.ui.ClickListenerCollection extends java.util.ArrayList<ClickListener> implements Serializable

Class com.google.gwt.user.client.ui.DelegatingChangeListenerCollection extends ChangeListenerCollection implements Serializable

Serialized Fields

owner

Widget owner
Deprecated. 

Class com.google.gwt.user.client.ui.DelegatingClickListenerCollection extends ClickListenerCollection implements Serializable

Serialized Fields

owner

Widget owner
Deprecated. 

Class com.google.gwt.user.client.ui.DelegatingFocusListenerCollection extends FocusListenerCollection implements Serializable

Serialized Fields

owner

Widget owner
Deprecated. 

Class com.google.gwt.user.client.ui.DelegatingKeyboardListenerCollection extends KeyboardListenerCollection implements Serializable

Serialized Fields

owner

Widget owner
Deprecated. 

Class com.google.gwt.user.client.ui.DisclosureEvent extends java.util.EventObject implements Serializable

Class com.google.gwt.user.client.ui.FocusListenerCollection extends java.util.ArrayList<FocusListener> implements Serializable

Class com.google.gwt.user.client.ui.FormHandlerCollection extends java.util.ArrayList<FormHandler> implements Serializable

Class com.google.gwt.user.client.ui.FormSubmitCompleteEvent extends java.util.EventObject implements Serializable

Serialized Fields

resultHtml

java.lang.String resultHtml

Class com.google.gwt.user.client.ui.FormSubmitEvent extends java.util.EventObject implements Serializable

Serialized Fields

cancel

boolean cancel

setCancelledCalled

boolean setCancelledCalled

Class com.google.gwt.user.client.ui.KeyboardListenerCollection extends java.util.ArrayList<KeyboardListener> implements Serializable

Class com.google.gwt.user.client.ui.LoadListenerCollection extends java.util.ArrayList<LoadListener> implements Serializable

Class com.google.gwt.user.client.ui.MouseListenerCollection extends java.util.ArrayList<MouseListener> implements Serializable

Class com.google.gwt.user.client.ui.MouseWheelListenerCollection extends java.util.ArrayList<MouseWheelListener> implements Serializable

Class com.google.gwt.user.client.ui.PopupListenerCollection extends java.util.ArrayList<PopupListener> implements Serializable

Class com.google.gwt.user.client.ui.ScrollListenerCollection extends java.util.ArrayList<ScrollListener> implements Serializable

Class com.google.gwt.user.client.ui.SuggestionEvent extends java.util.EventObject implements Serializable

Serialized Fields

selectedSuggestion

SuggestOracle.Suggestion selectedSuggestion

Class com.google.gwt.user.client.ui.TableListenerCollection extends java.util.ArrayList<TableListener> implements Serializable

Class com.google.gwt.user.client.ui.TabListenerCollection extends java.util.ArrayList<TabListener> implements Serializable

Class com.google.gwt.user.client.ui.TreeListenerCollection extends java.util.ArrayList<TreeListener> implements Serializable


Package com.google.gwt.user.rebind

Class com.google.gwt.user.rebind.BadMethodException extends java.lang.Exception implements Serializable


Package com.google.gwt.user.server.rpc

Class com.google.gwt.user.server.rpc.UnexpectedException extends java.lang.RuntimeException implements Serializable


Package com.google.gwt.view.client

Class com.google.gwt.view.client.Range extends java.lang.Object implements Serializable

Serialized Fields

length

int length

start

int start

Package com.google.gwt.xml.client

Class com.google.gwt.xml.client.DOMException extends java.lang.RuntimeException implements Serializable

Serialized Fields

code

short code

Package com.google.gwt.xml.client.impl

Class com.google.gwt.xml.client.impl.DOMNodeException extends DOMException implements Serializable

Serialized Fields

item

com.google.gwt.xml.client.impl.DOMItem item

Class com.google.gwt.xml.client.impl.DOMParseException extends DOMException implements Serializable

Serialized Fields

contents

java.lang.String contents