object ('a)
  method bringToFront : 'Js.t -> bool Js.t Js.meth
  method callParent : 'Js.t -> 'Js.t Js.meth
  method callSuper : 'Js.t -> 'Js.t Js.meth
  method each : 'Js.callback -> 'Js.t Js.optdef -> unit Js.meth
  method eachBottomUp : 'Js.callback -> 'Js.t Js.optdef -> unit Js.meth
  method eachTopDown : 'Js.callback -> 'Js.t Js.optdef -> unit Js.meth
  method get : 'Js.t -> 'Js.t Js.meth
  method getActive : 'Js.t Js.meth
  method getBy :
    'Js.callback -> 'Js.t Js.optdef -> 'Js.js_array Js.t Js.meth
  method getInitialConfig : Js.js_string Js.t Js.optdef -> 'Js.t Js.meth
  method hideAll : unit Js.meth
  method initConfig : 'Js.t -> 'Js.t Js.meth
  method register : 'Js.t -> unit Js.meth
  method self : Ext_Class.t Js.t Js.prop
  method sendToBack : 'Js.t -> 'Js.t Js.meth
  method statics : Ext_Class.t Js.t Js.meth
  method unregister : 'Js.t -> unit Js.meth
end