object ('a)
  method afterRender : unit Js.meth
  method callParent : 'Js.t -> 'Js.t Js.meth
  method callSuper : 'Js.t -> 'Js.t Js.meth
  method doAutoRender : unit Js.meth
  method ensureAttachedToBody : bool Js.t Js.optdef -> unit Js.meth
  method getInitialConfig : Js.js_string Js.t Js.optdef -> 'Js.t Js.meth
  method getInsertPosition : 'Js.t -> Dom_html.element Js.t Js.meth
  method initConfig : 'Js.t -> 'Js.t Js.meth
  method initRenderData : 'Js.t Js.meth
  method onRender : Ext_dom_Element.t Js.t -> Js.number Js.t -> unit Js.meth
  method render : 'Js.t Js.optdef -> 'Js.t Js.optdef -> unit Js.meth
  method self : Ext_Class.t Js.t Js.prop
  method statics : Ext_Class.t Js.t Js.meth
end