palette.js
No description.

File Location

/goog/ui/palette.js

Classes

goog.ui.Palette
A palette is a grid of DOM nodes that the user can highlight or select via the keyboard or the mouse. The selection state of the palette is controlled an ACTION event. Event listeners may retrieve the selected item using the #getSelectedItem or #getSelectedIndex method. Use this class as the base for components like color palettes or emoticon pickers. Use #setContent to set/change the items in the palette after construction. See palette.html demo for example usage.
goog.ui.Palette.CurrentCell_
A component to represent the currently highlighted cell.

Enumerations

Directory ui

File Reference