Package | Description |
---|---|
com.google.gwt.user.client |
Fundamental user-interface classes used in client-side GWT code.
|
com.google.gwt.user.client.impl |
Modifier and Type | Method and Description |
---|---|
void |
AsyncProxy.setProxyCallback(AsyncProxy.ProxyCallback<T> callback)
Deprecated.
Sets a callback that can be used to influence the initialization process.
|
Modifier and Type | Method and Description |
---|---|
protected abstract AsyncProxy.ProxyCallback<T> |
AsyncProxyBase.getCallback0()
The callback is maintained by the generated subtype to take advantage of
type-tightening.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
AsyncProxyBase.setProxyCallback(AsyncProxy.ProxyCallback<T> callback)
To be implemented by the subtype.
|
Copyright © 2018. All rights reserved.