Package com.smartgwt.client.widgets.tree

Interface Summary
DataChangedHandler  
HasDataChangedHandlers  
 

Class Summary
DataChangedEvent  
Tree A Tree is a data model representing a set of objects linked into a hierarchy.
TreeGrid The SmartGWT system supports hierarchical data (also referred to as tree data due to its "branching" organization) with: the Tree 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. For information on DataBinding Trees, see TreeDataBinding.
TreeGridField An object literal with a particular set of properties used to configure the display of and interaction with the columns of a TreeGrid. TreeGrid is a subclass of ListGrid and as a result, for all fields except the field containing the Tree itself (specified by treeField, all properties settable on ${isc.DocUtils.linkForRef('object:ListGridField')} apply to TreeGridField as well.
TreeNode Every node in the tree is represented by TreeNode object which is an object literal with a set or properties that configure the node.