A tree display element for viewing and editing an infoshape.(c) SAP AG 2003-2006. All rights reserved. Gets or sets the control styling glyph. Gets the ID of the currently highlighted node. Gets the array of currently highlighted nodes. Gets or sets the tree data provider. Setting the provider will initialize the tree. Gets the ID of the currently selected node. Gets or sets whether to show the root node. Checks or unchecks a given node.Id of node to check/uncheck.<code>true</code> = node checked, <code>false</code> = node unchecked, <code>undefined</code> = node in mixed state. Clears the treeview. Collapses the given node.Id of node, or the node itself, to collapse. Ends a node rename operation.Indicates whether to commit or cancel the rename operation. Expands the given node.ID of node to expand. Returns the node object that encloses the given HTML element.An HTML element.The enclosing node object, if any. Returns the node HTML object with the given ID.ID of requested node.The requested node object. Highlights the given node.ID of node to highlight. Highlights the given node.IDs of the nodes to highlight. Processes the given hotkey and executes the corresponding action on the treeview.The hotkey code.Returns true if the hotkey was consumed, false otherwise. Resets the tree and displays and expands the root node. Selects the specified node (assuming its parent has been already expanded).Id of node to select.If a new node was selected successfully. Starts a node rename operation.Id of node to rename. Toggles the given node between !collapsed and <code>expanded</code> states.ID of node, or the node itself to toggle. Un-highlights the current node, if any. Un-highlights the current nodes, if any. Unselects the current node, if any. This draws the actual node in the tree.The TreeNode obj that should come from the provider. Fires whenever a node is checked or unchecked.The node Id.<code>true</code> = node checked, <code>false</code> = node unchecked, <code>undefined</code> = node in mixed state. Fires whenever the node is highlighted.The node Id.The node appName.the node highlight status. Fires whenever the input field of a node is changed.The node Id.The value. Fires whenever a node is toggled (expanded or collapsed).The node Id.