com.extjs.gxt.ui.client.data
Interface DataReader<C,D>

Type Parameters:
C - the config type
D - the data type
All Known Implementing Classes:
BeanModelReader, JsonReader, JsonTreeReader, ModelReader, TreeModelReader, XmlReader

public interface DataReader<C,D>

Interface for objects that translate raw data into a given type.


Method Summary
 D read(C loadConfig, java.lang.Object data)
          Reads the raw data and returns the typed data.
 

Method Detail

read

D read(C loadConfig,
       java.lang.Object data)
Reads the raw data and returns the typed data.

Parameters:
data - the data to read
Returns:
the data