search

goog.ui.Container

Provided By
Extends
All Implemented Interfaces
All Known Direct Subclasses

Base class for containers. Extends goog.ui.Component by adding the following:

  • a goog.events.KeyHandler, to simplify keyboard handling,
  • a pluggable renderer framework, to simplify the creation of containers without the need to subclass this class,
  • methods to manage child controls hosted in the container,
  • default mouse and keyboard event handling methods.

new Container( opt_orientation, opt_renderer, opt_domHelper )

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

Container orientation; defaults to VERTICAL.

opt_renderer(goog.ui.ContainerRenderer|null)=

Renderer used to render or decorate the container; defaults to goog.ui.ContainerRenderer.

opt_domHelper(goog.dom.DomHelper|null)=

DOM helper, used for document interaction.

Instance Methods

Instance Properties

Enumerations