class type [#control]controlRenderer = object..end
method canDecorate :
'a. (#Dom_html.element as 'a) Js.t -> bool Js.t Js.meth
method createDom : (#control 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 enableClassName :
'd.
('b Js.t, (#Dom_html.element as 'd) Js.t) Goog.Tools.Union.t ->
Js.js_string Js.t -> bool Js.t -> unit Js.meth
:
'b Js.t -> Js.js_string Js.t -> bool Js.t -> unit Js.meth
method getAriaRole : Goog.Gdom.A11y.role_pre Js.optdef Js.meth
method getContentElement :
'e. (#Dom_html.element as 'e) Js.t -> Dom_html.element Js.t Js.meth
method getCssClass : Js.js_string Js.t Js.meth
method getIe6ClassCombinations :
Js.js_string Js.t Js.js_array Js.t Js.js_array Js.t Js.meth
method getKeyEventTarget : 'b Js.t -> Dom_html.element Js.t Js.meth
method getStructuralCssClass : Js.js_string Js.t Js.meth
method initializeDom : 'b Js.t -> unit Js.meth
method isFocusable : 'b Js.t -> bool Js.t Js.meth
method setAllowTextSelection :
'f. (#Dom_html.element as 'f) Js.t -> bool Js.t -> unit Js.meth
method setAriaRole : 'g. (#Dom_html.element as 'g) Js.t -> unit Js.meth
method setContent :
'h.
(#Dom_html.element as 'h) Js.t -> controlContent -> unit Js.meth
method setFocusable : 'b Js.t -> bool Js.t -> unit Js.meth
method setRightToLeft :
'i. (#Dom_html.element as 'i) Js.t -> bool Js.t -> unit Js.meth
method setState :
'b Js.t -> Component.State.state_pre -> bool Js.t -> unit Js.meth
method setVisible :
'j. (#Dom_html.element as 'j) Js.t -> bool Js.t -> unit Js.meth