search

goog.ui.tree.TreeNode

Provided By
Extends
All Implemented Interfaces

A single node in the tree.

new TreeNode( 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