Class type Goog.Ui.button
= object..end
Inherits
method disposeInternal : unit Js.meth
method enterDocument : unit Js.meth
method getTooltip : Js.js_string Js.t Js.optdef Js.meth
Returns the tooltip for the button.
Returns Tooltip text (undefined if none).
method getValue : Js.js_string Js.t Js.optdef Js.meth
Returns the value associated with the button.
Returns Button value (undefined if none).
method setCollapsed : Side.side -> unit Js.meth
Collapses the border on one or both sides of the button, allowing it to be combined with the adjancent button(s), forming a single componenet with multiple targets.
method setTooltip : Js.js_string Js.t -> unit Js.meth
Sets the tooltip for the button, and updates its DOM.
method setValue : Js.js_string Js.t Js.opt -> unit Js.meth
Sets the value associated with the button, and updates its DOM.
