| Info | Value | 
|---|---|
| Component Type | org.primefaces.component.Tree | 
| Display Name | None | 
| Handler Class | None | 
| Renderer Type | org.primefaces.component.TreeRenderer | 
| Description | None | 
| Name | Required | Type | Description | 
|---|---|---|---|
| id | false | javax.el.ValueExpression(must evaluate to java.lang.String) | Unique identifier of the component in a namingContainer. | 
| rendered | false | javax.el.ValueExpression(must evaluate to java.lang.Boolean) | Boolean value to specify the rendering of the component, when set to false component will not be rendered. | 
| binding | false | javax.el.ValueExpression(must evaluate to javax.faces.component.UIComponent) | An el expression referring to a server side UIComponent instance in a backing bean. | 
| widgetVar | false | javax.el.ValueExpression(must evaluate to java.lang.String) | Name of the client side widget. | 
| value | false | javax.el.ValueExpression(must evaluate to java.lang.Object) | A TreeNode instance as the backing model. | 
| var | false | javax.el.ValueExpression(must evaluate to java.lang.String) | Name of the request-scoped variable that'll be used to refer each treenode data during rendering. | 
| dynamic | false | javax.el.ValueExpression(must evaluate to java.lang.Boolean) | Specifies the ajax/client toggleMode. Default is false. | 
| cache | false | javax.el.ValueExpression(must evaluate to java.lang.Boolean) | Specifies caching on dynamically loaded nodes. When set to true expanded nodes will be kept in memory. Default is true. | 
| onNodeClick | false | javax.el.ValueExpression(must evaluate to java.lang.String) | Javascript event to process when a tree node is clicked. | 
| selection | false | javax.el.ValueExpression(must evaluate to java.lang.Object) | TreeNode array to reference the selections. | 
| style | false | javax.el.ValueExpression(must evaluate to java.lang.String) | Style of the main container element of tree. | 
| styleClass | false | javax.el.ValueExpression(must evaluate to java.lang.String) | Style class of the main container element of tree. | 
| selectionMode | false | javax.el.ValueExpression(must evaluate to java.lang.String) | Defines the selectionMode. | 
| highlight | false | javax.el.ValueExpression(must evaluate to java.lang.Boolean) | Highlights nodes on hover when selection is enabled, set to false to disable highlighting. | 
| datakey | false | javax.el.ValueExpression(must evaluate to java.lang.Object) | Unique key of the data presented by tree nodes. | 
| animate | false | javax.el.ValueExpression(must evaluate to java.lang.Boolean) | When enabled, Displays slide effect during toggling of a node. | 
Output generated by Vdldoc View Declaration Language Documentation Generator.