The goog.tweak.EntriesPanel Class

goog.tweak.EntriesPanel(entries, opt_domHelper)

The body of the tweaks UI and also used for BooleanGroup.

entries {!Array.<!goog.tweak.BaseEntry>}
The entries to show in the panel.
opt_domHelper {goog.dom.DomHelper=}
The DomHelper to render with.

.childPanels {!Object.<!goog.tweak.EntriesPanel>}

Map of tweak ID -> EntriesPanel for child panels (BooleanGroups).

.getRootElement()

returns {!Element}
Returns the expanded element. Must not be called before render().

.insertEntry(entry)

Inserts the given entry into the panel.

entry {!goog.tweak.BaseEntry}
The entry to insert.

.render(opt_endElement)

Creates and returns the expanded element. The markup looks like:

Show Descriptions
... {endElement}
opt_endElement {Element|DocumentFragment=}
Element to insert after all tweak entries.
returns {!Element}
The root element for the panel.

.toggleAllDescriptions()

Show all entry descriptions (has the same effect as clicking on all ?'s).