class type [#container]containerRenderer = object..end
method canDecorate :
'a. (#Dom_html.element as 'a) Js.t -> bool Js.t Js.meth
method createDom :
(#container as 'b) Js.t -> Dom_html.element Js.t Js.meth
method decorate :
'c.
'b Js.t ->
(#Dom_html.element as 'c) Js.t -> Dom_html.element Js.t Js.meth
method decorateChildren :
'd.
'b Js.t ->
(#Dom_html.element as 'd) Js.t -> Dom_html.element Js.t Js.meth
method enableTabIndex :
'e. (#Dom_html.element as 'e) Js.t -> bool Js.t Js.meth
method getAriaRole : Goog.Gdom.A11y.role_pre Js.optdef Js.meth
method getClassNames :
'b Js.t -> Js.js_string Js.t Js.js_array Js.t Js.meth
method getContentElement :
'f. (#Dom_html.element as 'f) Js.t -> Dom_html.element Js.t Js.meth
method getCssClass : Js.js_string Js.t Js.meth
method getDecoratorForChild :
'g. (#Dom_html.element as 'g) Js.t -> control Js.t Js.opt Js.meth
method getDefaultOrientation : Container.orientation_pre Js.meth
method getKeyEventTarget : 'b Js.t -> Dom_html.element Js.t Js.opt Js.meth
method hasTabIndex :
'h. (#Dom_html.element as 'h) Js.t -> bool Js.t Js.meth
method initializeDom : 'b Js.t -> unit Js.meth