Module Ext_selection_Model


module Ext_selection_Model: sig .. end
Tracks what records are currently selected in a da ...

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.t
of_configs c casts a config object c to an instance of class t
val to_configs : t Js.t -> configs Js.t
to_configs o casts instance o of class t to a config object