search

goog.ui.tree.TreeControl

Provided By
Extends
All Implemented Interfaces

This creates a TreeControl object. A tree control provides a way to view a hierarchical set of data.

new TreeControl( content, opt_config, opt_domHelper )

Parameters
content(string|goog.html.SafeHtml)

The content of the node label. Strings are treated as plain-text and will be HTML escaped.

opt_config(Object|null)=

The configuration for the tree. See goog.ui.tree.TreeControl.defaultConfig. If not specified, a default config will be used.

opt_domHelper(goog.dom.DomHelper|null)=

Optional DOM helper.

Instance Methods

Instance Properties