search

goog.ui.tree.BaseNode

Provided By
Extends
All Implemented Interfaces
All Known Direct Subclasses

An abstract base class for a node in the tree.

new BaseNode( 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.BaseNode.defaultConfig. If not specified the default config will be used.

opt_domHelper(goog.dom.DomHelper|null)=

Optional DOM helper.

Instance Methods

Instance Properties

Enumerations