|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.gwt.user.client.impl.AsyncProxyBase<T>
T - the type to be returned from the GWT.create callpublic abstract class AsyncProxyBase<T>
The base implementation for AsyncProxy instances.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.google.gwt.user.client.AsyncProxy |
|---|
AsyncProxy.AllowNonVoid, AsyncProxy.ConcreteType, AsyncProxy.DefaultValue, AsyncProxy.ProxyCallback<T> |
| Constructor Summary | |
|---|---|
AsyncProxyBase()
|
|
| Method Summary | |
|---|---|
void |
enableLoadForTest0()
Testing method to enable enqueue0 from firing the runAsync call. |
T |
getProxiedInstance()
Returns the underlying proxied object if it has been instantiated or null. |
abstract void |
setProxyCallback(AsyncProxy.ProxyCallback<T> callback)
To be implemented by the subtype. |
void |
suppressLoadForTest0()
Testing method to prevent enqueue0 from actually firing the runAsync call. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AsyncProxyBase()
| Method Detail |
|---|
public void enableLoadForTest0()
public final T getProxiedInstance()
AsyncProxynull.
getProxiedInstance in interface AsyncProxy<T>public abstract void setProxyCallback(AsyncProxy.ProxyCallback<T> callback)
setProxyCallback in interface AsyncProxy<T>public void suppressLoadForTest0()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||