com.extjs.gxt.charts.client.model
Class DataProvider

java.lang.Object
  extended by com.extjs.gxt.charts.client.model.DataProvider
Direct Known Subclasses:
PieDataProvider

public abstract class DataProvider
extends java.lang.Object

Base class for objects that provide chart data form models in a store.


Constructor Summary
DataProvider()
          Creates a new data provider.
 
Method Summary
 void bind(ListStore store)
          Binds the data provider the the given store.
abstract  void populateData(ChartConfig config)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataProvider

public DataProvider()
Creates a new data provider.

Method Detail

bind

public void bind(ListStore store)
Binds the data provider the the given store.

Parameters:
store - the store

populateData

public abstract void populateData(ChartConfig config)