search

goog.ui.Toolbar

Provided By
Extends
All Implemented Interfaces

A toolbar class, implemented as a goog.ui.Container that defaults to having a horizontal orientation and goog.ui.ToolbarRenderer as its renderer.

new Toolbar( opt_renderer, opt_orientation, opt_domHelper )

Parameters
opt_renderer(goog.ui.ToolbarRenderer|null)=

Renderer used to render or decorate the toolbar; defaults to goog.ui.ToolbarRenderer.

opt_orientation(goog.ui.Container.Orientation|null)=

Toolbar orientation; defaults to HORIZONTAL.

opt_domHelper(goog.dom.DomHelper|null)=

Optional DOM helper.

Instance Methods

Instance Properties