Package com.extjs.gxt.ui.client.binder

The GXT binder API which "binds" components to stores.

See:
          Description

Class Summary
DataListBinder<M extends ModelData> Binds a data list and a store.
DataViewBinder<M extends ModelData> Binds a data view and a store.
StoreBinder<S extends Store<M>,C extends Component,M extends ModelData> Base class for all binders.
TableBinder<M extends ModelData> A store binder for tables.
TreeBinder<M extends ModelData> A store binder for Trees.
TreeTableBinder<M extends ModelData> Binds a tree table and store.
 

Package com.extjs.gxt.ui.client.binder Description

The GXT binder API which "binds" components to stores.