Module Ext_grid_locking_Lockable


module Ext_grid_locking_Lockable: sig .. end
Lockable is a private mixin which injects lockable ...

Lockable is a private mixin which injects lockable behavior into any TablePanel subclass such as GridPanel or TreePanel. TablePanel will automatically inject the Ext.grid.locking.Lockable mixin in when one of the these conditions are met:

Each TablePanel subclass must register an alias. It should have an array of configurations to copy to the 2 separate tablepanel's that will be generated to note what configurations should be copied. These are named normalCfgCopy and lockedCfgCopy respectively.

Columns which are locked must specify a fixed width. They do NOT support a flex width.

Configurations which are specified in this class will be available on any grid or tree which is using the lockable functionality.



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