object ('a)
  method callParent : 'Js.t -> 'Js.t Js.meth
  method callSuper : 'Js.t -> 'Js.t Js.meth
  method destroy : unit Js.meth
  method disable : unit Js.meth
  method enable : unit Js.meth
  method getInitialConfig : Js.js_string Js.t Js.optdef -> 'Js.t Js.meth
  method getQuickTip : Ext_tip_QuickTip.t Js.t Js.meth
  method init : bool Js.t Js.optdef -> 'Js.t Js.optdef -> unit Js.meth
  method initConfig : 'Js.t -> 'Js.t Js.meth
  method isEnabled : bool Js.t Js.meth
  method register : 'Js.t -> unit Js.meth
  method self : Ext_Class.t Js.t Js.prop
  method statics : Ext_Class.t Js.t Js.meth
  method tips : 'Js.t -> unit Js.meth
  method unregister : 'Js.t -> unit Js.meth
end