sig
  class type t =
    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
  class type configs =
    object ('a)
      method appFolder : Js.js_string Js.t Js.prop
      method appProperty : Js.js_string Js.t Js.prop
      method autoCreateViewport : bool Js.t Js.prop
      method controllers : 'Js.t Js.prop
      method enableQuickTips : bool Js.t Js.prop
      method id : Js.js_string Js.t Js.prop
      method init :
        ('Js.t, 'Js.t -> unit) Js.meth_callback Js.writeonly_prop
      method launch :
        ('Js.t, Js.js_string Js.t -> bool Js.t) Js.meth_callback
        Js.writeonly_prop
      method listeners : 'Js.t Js.prop
      method models : 'Js.t Js.prop
      method name : Js.js_string Js.t Js.prop
      method namespaces : 'Js.t Js.prop
      method onLaunch :
        ('Js.t, 'Js.t -> unit) Js.meth_callback Js.writeonly_prop
      method paths : 'Js.t Js.prop
      method refs : 'Js.t Js.js_array Js.t Js.prop
      method scope : 'Js.t Js.prop
      method stores : 'Js.t Js.prop
      method views : 'Js.t Js.prop
    end
  class type events = object  end
  class type statics =
    object
      method addMembers : 'Js.t -> unit Js.meth
      method addStatics : 'Js.t -> 'Js.t Js.meth
      method capture :
        'Js.t -> 'Js.callback -> 'Js.t Js.optdef -> unit Js.meth
      method create : 'Js.t Js.meth
      method createAlias : 'Js.t -> 'Js.t -> unit Js.meth
      method getName : Js.js_string Js.t Js.meth
      method observe : 'Js.callback -> 'Js.t -> unit Js.meth
      method releaseCapture : 'Js.t -> unit Js.meth
    end
  val of_configs :
    Ext_app_Application.configs Js.t -> Ext_app_Application.t Js.t
  val to_configs :
    Ext_app_Application.t Js.t -> Ext_app_Application.configs Js.t
end