object ('a)
  method bindStore : 'Js.t Js.optdef -> unit Js.meth
  method bindStoreListeners : #Ext_data_AbstractStore.t Js.t -> unit Js.meth
  method callParent : 'Js.t -> 'Js.t Js.meth
  method callSuper : 'Js.t -> 'Js.t Js.meth
  method getInitialConfig : Js.js_string Js.t Js.optdef -> 'Js.t Js.meth
  method getStore : #Ext_data_AbstractStore.t Js.t Js.meth
  method getStoreListeners : Ext_data_Store.t Js.t -> 'Js.t Js.meth
  method initConfig : 'Js.t -> 'Js.t Js.meth
  method onBindStore :
    #Ext_data_AbstractStore.t Js.t -> bool Js.t -> unit Js.meth
  method onUnbindStore :
    #Ext_data_AbstractStore.t Js.t -> bool Js.t -> unit Js.meth
  method self : Ext_Class.t Js.t Js.prop
  method statics : Ext_Class.t Js.t Js.meth
  method unbindStoreListeners :
    #Ext_data_AbstractStore.t Js.t -> unit Js.meth
end