search

goog.ui.Button

Provided By
Extends
All Implemented Interfaces
All Known Direct Subclasses

A button control, rendered as a native browser button by default.

new Button( opt_content, opt_renderer, opt_domHelper )

Parameters
opt_content(string|Node|Array<Node>|NodeList<Node>|null)=

Text caption or existing DOM structure to display as the button's caption (if any).

opt_renderer(goog.ui.ButtonRenderer|null)=

Renderer used to render or decorate the button; defaults to goog.ui.NativeButtonRenderer.

opt_domHelper(goog.dom.DomHelper|null)=

Optional DOM helper, used for document interaction.

Instance Methods

Instance Properties

Enumerations