object ('a)
  method add : 'Js.t -> 'Js.t Js.optdef -> 'Js.t Js.meth
  method addAll : 'Js.t -> unit Js.meth
  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 callParent : 'Js.t -> 'Js.t Js.meth
  method callSuper : 'Js.t -> 'Js.t Js.meth
  method clear : unit Js.meth
  method clearListeners : unit Js.meth
  method clearManagedListeners : unit Js.meth
  method clone : 'Js.t Js.meth
  method collect :
    Js.js_string Js.t ->
    Js.js_string Js.t Js.optdef ->
    bool Js.t Js.optdef -> 'Js.js_array Js.t Js.meth
  method contains : 'Js.t -> bool Js.t Js.meth
  method containsKey : Js.js_string Js.t -> bool Js.t Js.meth
  method each : 'Js.callback -> 'Js.t Js.optdef -> unit Js.meth
  method eachKey : 'Js.callback -> 'a1 Js.t Js.optdef -> unit Js.meth
  method enableBubble : 'b1 Js.t -> unit Js.meth
  method filter :
    'c1 Js.t ->
    'd1 Js.t -> bool Js.t Js.optdef -> bool Js.t Js.optdef -> 'Js.t Js.meth
  method filterBy : 'e1 Js.callback -> 'f1 Js.t Js.optdef -> 'Js.t Js.meth
  method findBy : 'g1 Js.callback -> 'h1 Js.t Js.optdef -> 'i1 Js.t Js.meth
  method findIndex :
    Js.js_string Js.t ->
    'j1 Js.t ->
    Js.number Js.t Js.optdef ->
    bool Js.t Js.optdef -> bool Js.t Js.optdef -> Js.number Js.t Js.meth
  method findIndexBy :
    'k1 Js.callback ->
    'l1 Js.t Js.optdef -> Js.number Js.t Js.optdef -> Js.number Js.t Js.meth
  method findInsertionIndex :
    'm1 Js.t -> 'n1 Js.callback Js.optdef -> Js.number Js.t Js.meth
  method fireEvent : Js.js_string Js.t -> 'o1 Js.t -> bool Js.t Js.meth
  method fireEventArgs :
    Js.js_string Js.t -> 'p1 Js.t Js.js_array Js.t -> bool Js.t Js.meth
  method first : 'q1 Js.t Js.meth
  method generateComparator : unit Js.meth
  method get : 'r1 Js.t -> 's1 Js.t Js.meth
  method getAt : Js.number Js.t -> 't1 Js.t Js.meth
  method getByKey : 'u1 Js.t -> 'v1 Js.t Js.meth
  method getCount : Js.number Js.t Js.meth
  method getFirstSorter : Ext_util_Sorter.t Js.t Js.meth
  method getInitialConfig : Js.js_string Js.t Js.optdef -> 'w1 Js.t Js.meth
  method getKey : 'x1 Js.t -> 'y1 Js.t Js.meth
  method getRange :
    Js.number Js.t Js.optdef ->
    Js.number Js.t Js.optdef -> 'z1 Js.js_array Js.t Js.meth
  method hasListener : Js.js_string Js.t -> bool Js.t Js.meth
  method hasListeners : 'a2 Js.t Js.readonly_prop
  method indexOf : 'b2 Js.t -> Js.number Js.t Js.meth
  method indexOfKey : Js.js_string Js.t -> Js.number Js.t Js.meth
  method initConfig : 'c2 Js.t -> 'Js.t Js.meth
  method initSortable : unit Js.meth
  method insert :
    Js.number Js.t -> 'd2 Js.t -> 'e2 Js.t Js.optdef -> 'f2 Js.t Js.meth
  method isMixedCollection : bool Js.t Js.prop
  method isObservable : bool Js.t Js.prop
  method isSortable : bool Js.t Js.prop
  method last : 'g2 Js.t Js.meth
  method mon :
    'h2 Js.t ->
    'i2 Js.t ->
    'j2 Js.callback Js.optdef ->
    'k2 Js.t Js.optdef -> 'l2 Js.t Js.optdef -> 'm2 Js.t Js.meth
  method mun :
    'n2 Js.t ->
    'o2 Js.t ->
    'p2 Js.callback Js.optdef -> 'q2 Js.t Js.optdef -> unit Js.meth
  method on :
    'r2 Js.t ->
    's2 Js.callback Js.optdef ->
    't2 Js.t Js.optdef -> 'u2 Js.t Js.optdef -> 'v2 Js.t Js.meth
  method relayEvents :
    'w2 Js.t ->
    Js.js_string Js.t Js.js_array Js.t ->
    Js.js_string Js.t Js.optdef -> 'x2 Js.t Js.meth
  method remove : 'y2 Js.t -> 'z2 Js.t Js.meth
  method removeAll : 'a3 Js.js_array Js.t Js.optdef -> 'Js.t Js.meth
  method removeAt : Js.number Js.t -> 'b3 Js.t Js.meth
  method removeAtKey : Js.js_string Js.t -> 'c3 Js.t Js.meth
  method removeListener :
    Js.js_string Js.t ->
    'd3 Js.callback -> 'e3 Js.t Js.optdef -> unit Js.meth
  method removeManagedListener :
    'f3 Js.t ->
    'g3 Js.t ->
    'h3 Js.callback Js.optdef -> 'i3 Js.t Js.optdef -> unit Js.meth
  method removeRange :
    Js.number Js.t -> Js.number Js.t Js.optdef -> 'j3 Js.t Js.meth
  method reorder : 'k3 Js.t -> unit Js.meth
  method replace : Js.js_string Js.t -> 'l3 Js.t -> 'm3 Js.t 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 sort :
    'n3 Js.t Js.optdef ->
    Js.js_string Js.t Js.optdef -> Ext_util_Sorter.t Js.js_array Js.t Js.meth
  method sortBy : 'o3 Js.callback -> unit Js.meth
  method sortByKey :
    Js.js_string Js.t Js.optdef -> 'p3 Js.callback Js.optdef -> unit Js.meth
  method sorters : 'q3 Js.t Js.prop
  method statics : Ext_Class.t Js.t Js.meth
  method sum :
    Js.js_string Js.t ->
    Js.js_string Js.t Js.optdef ->
    Js.number Js.t Js.optdef ->
    Js.number Js.t Js.optdef -> Js.number 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 ->
    'r3 Js.callback -> 's3 Js.t Js.optdef -> unit Js.meth
  method updateKey : 't3 Js.t -> 'u3 Js.t -> unit Js.meth
end