object ('a)
  method addEvents : 'Js.t -> unit Js.meth
  method addListener :
    'Js.t ->
    'Js.callback Js.optdef ->
    'Js.t Js.optdef -> 'Js.t Js.optdef -> 'Js.t Js.meth
  method addManagedListener :
    'Js.t ->
    'Js.t ->
    'Js.callback Js.optdef ->
    'Js.t Js.optdef -> 'Js.t Js.optdef -> 'Js.t Js.meth
  method addRef : 'Js.t -> unit Js.meth
  method application : 'Js.t Js.readonly_prop
  method callParent : 'Js.t -> 'Js.t Js.meth
  method callSuper : 'Js.t -> 'Js.t Js.meth
  method clearListeners : unit Js.meth
  method clearManagedListeners : unit Js.meth
  method control : 'Js.t -> 'Js.t Js.optdef -> unit Js.meth
  method enableBubble : 'Js.t -> unit Js.meth
  method fireEvent : Js.js_string Js.t -> 'Js.t -> bool Js.t Js.meth
  method fireEventArgs :
    Js.js_string Js.t -> 'Js.t Js.js_array Js.t -> bool Js.t Js.meth
  method getApplication : 'Js.t Js.meth
  method getApplication_app : 'Js.t Js.meth
  method getController : Js.js_string Js.t -> 'Js.t Js.meth
  method getController_app :
    Js.js_string Js.t -> Ext_app_Controller.t Js.t Js.meth
  method getInitialConfig : Js.js_string Js.t Js.optdef -> 'Js.t Js.meth
  method getModel : Js.js_string Js.t -> Ext_data_Model.t Js.t Js.meth
  method getStore : Js.js_string Js.t -> Ext_data_Store.t Js.t Js.meth
  method getView : Js.js_string Js.t -> #Ext_Base.t Js.t Js.meth
  method hasListener : Js.js_string Js.t -> bool Js.t Js.meth
  method hasListeners : 'a1 Js.t Js.readonly_prop
  method hasRef : 'b1 Js.t -> bool Js.t Js.meth
  method init : 'c1 Js.t -> unit Js.meth
  method initConfig : 'd1 Js.t -> 'Js.t Js.meth
  method isObservable : bool Js.t Js.prop
  method launch : Js.js_string Js.t -> bool Js.t Js.meth
  method listen : 'e1 Js.t -> unit Js.meth
  method mon :
    'f1 Js.t ->
    'g1 Js.t ->
    'h1 Js.callback Js.optdef ->
    'i1 Js.t Js.optdef -> 'j1 Js.t Js.optdef -> 'k1 Js.t Js.meth
  method mun :
    'l1 Js.t ->
    'm1 Js.t ->
    'n1 Js.callback Js.optdef -> 'o1 Js.t Js.optdef -> unit Js.meth
  method on :
    'p1 Js.t ->
    'q1 Js.callback Js.optdef ->
    'r1 Js.t Js.optdef -> 's1 Js.t Js.optdef -> 't1 Js.t Js.meth
  method onLaunch : 'u1 Js.t -> unit Js.meth
  method relayEvents :
    'v1 Js.t ->
    Js.js_string Js.t Js.js_array Js.t ->
    Js.js_string Js.t Js.optdef -> 'w1 Js.t Js.meth
  method removeListener :
    Js.js_string Js.t ->
    'x1 Js.callback -> 'y1 Js.t Js.optdef -> unit Js.meth
  method removeManagedListener :
    'z1 Js.t ->
    'a2 Js.t ->
    'b2 Js.callback Js.optdef -> 'c2 Js.t Js.optdef -> unit Js.meth
  method resumeEvent : Js.js_string Js.t -> unit Js.meth
  method resumeEvents : unit Js.meth
  method self : Ext_Class.t Js.t Js.prop
  method statics : Ext_Class.t Js.t Js.meth
  method suspendEvent : Js.js_string Js.t -> unit Js.meth
  method suspendEvents : bool Js.t -> unit Js.meth
  method un :
    Js.js_string Js.t ->
    'd2 Js.callback -> 'e2 Js.t Js.optdef -> unit Js.meth
end