com.extjs.gxt.ui.client.data
Interface DataProxy<C,D>
- All Known Implementing Classes:
- HttpProxy, MemoryProxy, RpcProxy, ScriptTagProxy
public interface DataProxy<C,D>
Defines the interface for objects that can retrieve data.
|
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. |
load
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.
- Parameters:
reader - the reader instanceloadConfig - the configcallback - the data callback