|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.extjs.gxt.ui.client.data.ModelReader
public class ModelReader
A DataReader implementation for Model instances.
| Constructor Summary | |
|---|---|
ModelReader()
|
|
| Method Summary | |
|---|---|
ListLoadResult<ModelData> |
read(java.lang.Object loadConfig,
java.lang.Object data)
Reads the raw data and returns the typed data. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ModelReader()
| Method Detail |
|---|
public ListLoadResult<ModelData> read(java.lang.Object loadConfig,
java.lang.Object data)
DataReader
read in interface DataReader<ListLoadResult<? extends ModelData>>data - the data to read
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||