|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sencha.gxt.data.shared.writer.AutoBeanWriter<M,D>
M - the starting data format for the model to be inputedD - the data format to be used, usually to send the initial data over
the wirepublic abstract class AutoBeanWriter<M,D>
Abstract DataWriter which writes out objects that can be wrapped as autobeans.
| Constructor Summary | |
|---|---|
AutoBeanWriter(AutoBeanFactory factory,
java.lang.Class<M> clazz)
Creates a new auto bean writer. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.sencha.gxt.data.shared.writer.DataWriter |
|---|
write |
| Constructor Detail |
|---|
public AutoBeanWriter(AutoBeanFactory factory,
java.lang.Class<M> clazz)
factory - the auto bean factoryclazz - the target class
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||