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

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

See:
          Description

Class Summary
DataListBinder<M extends ModelData> Deprecated. see ListView
DataViewBinder<M extends ModelData> Deprecated. @link ListView
StoreBinder<S extends Store<M>,C extends Component,M extends ModelData> Abstract base class for all Store Binders.
TableBinder<M extends ModelData> Deprecated. see Grid
TreeBinder<M extends ModelData> Deprecated. see TreePanel
TreeTableBinder<M extends ModelData> Deprecated. see @link TreeGrid
 

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

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