module Ext_selection_Model:Tracks what records are currently selected in a da ...sig..end
Tracks what records are currently selected in a databound component.
This is an abstract class and is not meant to be directly used. Databound UI widgets such as Grid and Tree should subclass Ext.selection.Model 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.
class type t =object..end
class type configs =object..end
class type events =object..end
class type statics =object..end
val of_configs : configs Js.t -> t Js.tof_configs c casts a config object c to an instance of class tval to_configs : t Js.t -> configs Js.tto_configs o casts instance o of class t to a config object