Closure Library API Documentation
Go to class or file:
container.js
No description.
Useful links
Demo
Source Code
Git
File Location
/goog/ui/container.js
Classes
goog.ui.Container
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.
Enumerations
Directory ui
File Reference