<o:treeNodeItem> represents the child item of the parent tree note as represented by
				<o:treeNode>. Within this component, the var attribute of the parent
				<o:tree> component will expose the child tree node.
				
				Within <o:treeNodeItem> you can use <o:treeInsertChildren> to declare the
				place where to recursively render the <o:treeNode> whereby the current child item is in turn
				interpreted as a parent tree node (i.e. where you'd like to insert the grand-children).
			
		
| Info | Value | 
|---|---|
| Component Type | org.omnifaces.component.tree.TreeNodeItem | 
| Handler Class | None | 
| Renderer Type | None | 
| Description | None | 
| Name | Required | Type | Description | 
|---|---|---|---|
| id | false | javax.el.ValueExpression(must evaluate to java.lang.String) | The component identifier for this component. This value must be unique within the closest parent component that is a naming container. | 
| rendered | false | javax.el.ValueExpression(must evaluate to boolean) | Flag indicating whether or not this component should be rendered (during Render Response Phase), or processed on any subsequent form submit. The default value for this property is true. | 
| binding | false | javax.el.ValueExpression(must evaluate to javax.faces.component.UIComponent) | The ValueExpressionlinking this component to a property in a backing bean. | 
Output generated by Vdldoc View Declaration Language Documentation Generator.