|
Model
|
Tracks what records are currently selected in a databound widget. This is an abstract class and is not meant to be directly used. DataBound UI widgets such as GridPanel, TreePanel, and ListView
should subclass AbstractStoreSelectionModel and provide a way
to binding to the component. The abstract methods onSelectChange and onLastFocusChanged should
be implemented in these subclasses to update the UI widget.
|