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

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

See:
          Description

Class Summary
DataListBinder<M extends ModelData> A StoreBinder implementation for DataList.
DataViewBinder<M extends ModelData> A StoreBinder implementation for DataView.
StoreBinder<S extends Store<M>,C extends Component,M extends ModelData> Abstract base class for all Store Binders.
TableBinder<M extends ModelData> A StoreBinder implementation for Tables.
TreeBinder<M extends ModelData> A StoreBinder implementation for Trees.
TreeTableBinder<M extends ModelData> A StoreBinder implementation for TreeTable.
 

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

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