object ('a)
  method callParent : 'Js.t -> 'Js.t Js.meth
  method callSuper : 'Js.t -> 'Js.t Js.meth
  method child : 'Js.t Js.optdef -> 'Js.t Js.meth
  method down : 'Js.t Js.optdef -> 'Js.t Js.meth
  method getInitialConfig : Js.js_string Js.t Js.optdef -> 'Js.t Js.meth
  method initConfig : 'Js.t -> 'Js.t Js.meth
  method query :
    Js.js_string Js.t Js.optdef -> Ext_Component.t Js.js_array Js.t Js.meth
  method queryBy :
    'Js.callback ->
    'Js.t Js.optdef -> Ext_Component.t Js.js_array Js.t Js.meth
  method queryById : Js.js_string Js.t -> #Ext_Component.t Js.t Js.meth
  method self : Ext_Class.t Js.t Js.prop
  method statics : Ext_Class.t Js.t Js.meth
end