|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sencha.gxt.data.shared.loader.AbstractAutoBeanReader<M,Base,JavaScriptObject>
com.sencha.gxt.data.client.loader.JsoReader<M,Base>
M - Expected model type by the Loader that uses this
DataReaderBase - Intermediate type before getting to M, allowing
AbstractAutoBeanReader.createReturnData(Object, Object) to further modify the datapublic class JsoReader<M,Base>
Simple DataReader implementation to turn JSOs into AutoBeans
automatically.
| Constructor Summary | |
|---|---|
JsoReader(AutoBeanFactory factory,
java.lang.Class<Base> rootBeanType)
Creates a new JSO reader that can turn a JSO into an AutoBean. |
|
| Method Summary |
|---|
| Methods inherited from class com.sencha.gxt.data.shared.loader.AbstractAutoBeanReader |
|---|
read |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JsoReader(AutoBeanFactory factory,
java.lang.Class<Base> rootBeanType)
factory - an auto bean factory capable of encoding objects of type MrootBeanType - AutoBean based type to represent the base data
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||