container.js
No description.

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