Class type Goog.Ui.tab
class type tab = object..end
Inherits
method getTooltip : Js.js_string Js.t Js.optdef Js.meth
Returns Tab tooltip text (if any).
method setTooltip : Js.js_string Js.t -> unit Js.meth
Sets the tab tooltip text. If the tab has already been rendered, updates its tooltip.
method setTooltipInternal : Js.js_string Js.t -> unit Js.meth
Sets the tab tooltip text. Considered protected; to be called only by the renderer during element decoration.
