object ('a)
  method addBinding : 'Js.t -> unit Js.meth
  method callParent : 'Js.t -> 'Js.t Js.meth
  method callSuper : 'Js.t -> 'Js.t Js.meth
  method destroy : bool Js.t -> unit Js.meth
  method disable : unit Js.meth
  method enable : unit Js.meth
  method getInitialConfig : Js.js_string Js.t Js.optdef -> 'Js.t Js.meth
  method initConfig : 'Js.t -> 'Js.t Js.meth
  method isEnabled : bool Js.t Js.meth
  method on : 'Js.t -> 'Js.callback -> 'Js.t Js.optdef -> unit Js.meth
  method removeBinding : 'Js.t -> unit Js.meth
  method self : Ext_Class.t Js.t Js.prop
  method setDisabled : bool Js.t -> unit Js.meth
  method statics : Ext_Class.t Js.t Js.meth
  method un : 'Js.t -> 'Js.callback -> 'Js.t Js.optdef -> unit Js.meth
end