search

goog.demos.SampleComponent

Provided By
Extends
All Implemented Interfaces

A simple box that changes colour when clicked. This class demonstrates the goog.ui.Component API, and is keyboard accessible, as per http://wiki/Main/ClosureKeyboardAccessible

new SampleComponent( opt_label, opt_domHelper )

Parameters
opt_labelstring=

A label to display. Defaults to "Click Me" if none provided.

opt_domHelper(goog.dom.DomHelper|null)=

DOM helper to use.

Instance Methods

Instance Properties