|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.extjs.gxt.ui.client.data.RpcProxy<D>
D - the data type being returned by the proxypublic abstract class RpcProxy<D>
DataProxy implementation that retrieves data using GWT RPC.
| Constructor Summary | |
|---|---|
RpcProxy()
|
|
| Method Summary | |
|---|---|
void |
load(DataReader<D> reader,
java.lang.Object loadConfig,
com.google.gwt.user.client.rpc.AsyncCallback<D> callback)
Data should be retrieved using the specified load config. |
protected abstract void |
load(java.lang.Object loadConfig,
com.google.gwt.user.client.rpc.AsyncCallback<D> callback)
Subclasses should make RPC call using the load configuration. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RpcProxy()
| Method Detail |
|---|
public void load(DataReader<D> reader,
java.lang.Object loadConfig,
com.google.gwt.user.client.rpc.AsyncCallback<D> callback)
DataProxy
load in interface DataProxy<D>reader - the reader instanceloadConfig - the configcallback - the data callback
protected abstract void load(java.lang.Object loadConfig,
com.google.gwt.user.client.rpc.AsyncCallback<D> callback)
callback - the callback to be used when making the rpc call.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||