Package com.smartgwt.client.widgets.tree
package com.smartgwt.client.widgets.tree
-
ClassDescriptionDefines a set of properties that specify how the tree will be explored by
Tree.discoverTree()
An object containing sufficient context to unambiguously identify a single node in the tree.ResultTrees are an implementation of theTree
API, used to handle hierarchical data, whose nodes are DataSource records which are retrieved from a server.Called when the transferNodes() method completes.A Tree is a data model representing a set of objects linked into a hierarchy.The Smart GWT system supports hierarchical data (also referred to as tree data due to its "branching" organization) with: theTree
class, which manipulates hierarchical data sets the TreeGrid widget class, which extends the ListGrid class to visually present tree data in an expandable/collapsible format.An object literal with a particular set of properties used to configure the display of and interaction with the columns of aTreeGrid
.Every node in the tree is represented by a TreeNode object which is an object literal with a set of properties that configure the node.