com.extjs.gxt.ui.client.data
Class JsonLoadResultReader<D>

java.lang.Object
  extended by com.extjs.gxt.ui.client.data.JsonReader<D>
      extended by com.extjs.gxt.ui.client.data.JsonLoadResultReader<D>
Type Parameters:
D - the ListLoadResult type being returned by the reader
All Implemented Interfaces:
DataReader<D>
Direct Known Subclasses:
JsonPagingLoadResultReader

public class JsonLoadResultReader<D>
extends JsonReader<D>

A JsonReader implementation that reads JSON data using a ModelType definition and returns a list load result.


Constructor Summary
JsonLoadResultReader(ModelType modelType)
          Creates a new reader.
 
Method Summary
 
Methods inherited from class com.extjs.gxt.ui.client.data.JsonReader
read
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JsonLoadResultReader

public JsonLoadResultReader(ModelType modelType)
Creates a new reader.

Parameters:
modelType - the model type definition