Class type Ext_grid_locking_Lockable.events


class type events = object .. end
Inherits
method filterchange : 'a.
(Ext_data_Store.t Js.t ->
Ext_util_Filter.t Js.js_array Js.t -> 'a Js.t -> unit)
Js.callback Js.writeonly_prop

Fired whenever the filter set changes.

Parameters:


method lockcolumn : 'b 'c.
('b Js.t -> Ext_grid_column_Column.t Js.t -> 'c Js.t -> unit) Js.callback
Js.writeonly_prop

Fires when a column is locked.

Parameters:


method processcolumns : 'd.
(Ext_grid_column_Column.t Js.js_array Js.t ->
Ext_grid_column_Column.t Js.js_array Js.t -> 'd Js.t -> unit)
Js.callback Js.writeonly_prop

Fires when the configured (or reconfigured) column set is split into two depending on the locked flag.

Parameters:


method unlockcolumn : 'e 'f.
('e Js.t -> Ext_grid_column_Column.t Js.t -> 'f Js.t -> unit) Js.callback
Js.writeonly_prop

Fires when a column is unlocked.

Parameters: