search

goog.ui.ButtonRenderer

Provided By
Extends
All Known Direct Subclasses

Default renderer for goog.ui.Buttons. Extends the superclass with the following button-specific API methods:

  • `getValue` - returns the button element's value
  • `setValue` - updates the button element to reflect its new value
  • `getTooltip` - returns the button element's tooltip text
  • `setTooltip` - updates the button element's tooltip text
  • `setCollapsed` - removes one or both of the button element's borders
For alternate renderers, see goog.ui.NativeButtonRenderer, goog.ui.CustomButtonRenderer, and goog.ui.FlatButtonRenderer.

new ButtonRenderer()

Parameters

None.

Instance Methods

Static Functions

Static Properties