|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DataReader | |
|---|---|
| com.sencha.gxt.data.client.loader | |
| com.sencha.gxt.data.shared.loader | Contains data loading classes. |
| Uses of DataReader in com.sencha.gxt.data.client.loader |
|---|
| Classes in com.sencha.gxt.data.client.loader that implement DataReader | |
|---|---|
class |
JsoReader<M,Base>
Simple DataReader implementation to turn JSOs into AutoBeans
automatically. |
class |
XmlReader<M,Base>
A DataReader implementation that reads XML data and build it
into the given AutoBean type, using other types from the given
factory. |
| Uses of DataReader in com.sencha.gxt.data.shared.loader |
|---|
| Classes in com.sencha.gxt.data.shared.loader that implement DataReader | |
|---|---|
class |
AbstractAutoBeanReader<M,B,D>
Abstract base class for Readers that turn the incoming data into AutoBeans. |
class |
JsonReader<Result,Base>
A DataReader implementation that reads JSON data and builds it
into the given AutoBean type, using other types from the given
factory. |
class |
ListReader<M>
Simple reader to turn Lists into ListLoadResult. |
| Constructors in com.sencha.gxt.data.shared.loader with parameters of type DataReader | |
|---|---|
ListLoader(DataProxy<C,T> proxy,
DataReader<D,T> reader)
Creates a new loader instance. |
|
Loader(DataProxy<C,T> proxy,
DataReader<M,T> reader)
Creates a new loader with the given proxy and reader. |
|
PagingLoader(DataProxy<C,T> proxy,
DataReader<D,T> reader)
Creates a new paging loader instance. |
|
TreeLoader(DataProxy<M,T> proxy,
DataReader<java.util.List<M>,T> reader)
Creates a new tree loader instance. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||