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