Package | Description |
---|---|
com.google.gwt.core.client |
Fundamental classes used in client-side GWT code.
|
com.google.gwt.jsonp.client |
Classes for sending cross domain requests to an http server, potentially on a
different domain, via JSONP.
|
com.google.gwt.user.client.rpc.core.java.lang | |
java.lang |
Modifier and Type | Method and Description |
---|---|
ScriptInjector.FromUrl |
ScriptInjector.FromUrl.setCallback(Callback<Void,Exception> callback)
Specify a callback to be invoked when the script is loaded or loading
encounters an error.
|
Modifier and Type | Method and Description |
---|---|
JsonpRequest<Void> |
JsonpRequestBuilder.send(String url,
AsyncCallback<Void> callback)
Sends a JSONP request, does not expect any result, but still allows to be notified when the
request has been executed on the server.
|
Modifier and Type | Method and Description |
---|---|
JsonpRequest<Void> |
JsonpRequestBuilder.send(String url,
AsyncCallback<Void> callback)
Sends a JSONP request, does not expect any result, but still allows to be notified when the
request has been executed on the server.
|
Modifier and Type | Method and Description |
---|---|
static Void |
Void_CustomFieldSerializer.instantiate(SerializationStreamReader streamReader) |
Void |
Void_CustomFieldSerializer.instantiateInstance(SerializationStreamReader streamReader) |
Modifier and Type | Method and Description |
---|---|
static void |
Void_CustomFieldSerializer.deserialize(SerializationStreamReader streamReader,
Void instance) |
void |
Void_CustomFieldSerializer.deserializeInstance(SerializationStreamReader streamReader,
Void instance) |
static void |
Void_CustomFieldSerializer.serialize(SerializationStreamWriter streamWriter,
Void instance) |
void |
Void_CustomFieldSerializer.serializeInstance(SerializationStreamWriter streamWriter,
Void instance) |
Modifier and Type | Field and Description |
---|---|
static Class<Void> |
Void.TYPE |
Copyright © 2018. All rights reserved.