|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.extjs.gxt.ui.client.data.BeanModelReader<C>
C - the config typepublic class BeanModelReader<C>
A DataReader for beans using a BeanModelFactory.
Valid return types are a list of beans or a list load result containing a
list of beans. Beans must be of the same type and beans must implement
BeanModelTag or have a companion BeanModelMarker marker
class.
| Constructor Summary | |
|---|---|
BeanModelReader()
|
|
| Method Summary | |
|---|---|
ListLoadResult<ModelData> |
read(C 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 BeanModelReader()
| Method Detail |
|---|
public ListLoadResult<ModelData> read(C loadConfig,
java.lang.Object data)
DataReader
read in interface DataReader<C,ListLoadResult<ModelData>>data - the data to read
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||