|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.extjs.gxt.ui.client.data.HttpProxy<D>
D - the data type being returned by the proxypublic class HttpProxy<D>
A concrete DataProxy that retrieves data using a
RequestBulder instances.
LoadConfig or
ModelData, all properties and property values will be sent as
request parameters in the load request.
RequestBuilder,
ScriptTagProxy| Constructor Summary | |
|---|---|
HttpProxy(com.google.gwt.http.client.RequestBuilder builder)
Creates a new HttpProxy. |
|
| 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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HttpProxy(com.google.gwt.http.client.RequestBuilder builder)
builder - the request builder| 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
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||