Closure Library API Documentation
Go to class or file:
container.js
Base class for containers that host {@link goog.ui.Control}s, such as menus and toolbars. Provides default keyboard and mouse event handling and child management, based on a generalized version of {@link goog.ui.Menu}.
Useful links
Demo
Source Code
File Location
ui/container.js
Classes
goog.ui.Container
Base class for containers. Extends {@link goog.ui.Component} by adding the following:
a {@link 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.
Directory ui
File Reference