|
|||||||||
| 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<C,D>
public abstract class RpcProxy<C,D>
DataProxy implementation that retrieves data using GWT RPC.
| Constructor Summary | |
|---|---|
RpcProxy()
|
|
| Method Summary | |
|---|---|
void |
load(DataReader<C,D> reader,
C loadConfig,
com.google.gwt.user.client.rpc.AsyncCallback<D> callback)
Data should be retrived using the specified load config. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RpcProxy()
| Method Detail |
|---|
public void load(DataReader<C,D> reader,
C loadConfig,
com.google.gwt.user.client.rpc.AsyncCallback<D> callback)
DataProxy
load in interface DataProxy<C,D>reader - the reader instanceloadConfig - the configcallback - the data callback
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||