<o:treeNode> represents the parent tree node. Within this component, the var
				attribute of the <o:tree> will expose the parent tree node. Each of its children is processed by
				<o:treeNodeItem> on which the var attribute of the <o:tree> in
				turn exposes each child of the parent tree node.
				
				The optional level attribute can be used to specify for which tree node level as obtained by
				TreeModel#getLevel() the <o:treeNode> should be rendered. The root tree node has level 0.
				If the level attribute is unspecified, then the <o:treeNode> will be rendered for any
				tree node level which hasn't already a <o:treeNode level="x"> specified.
			
		
| Info | Value | 
|---|---|
| Component Type | org.omnifaces.component.tree.TreeNode | 
| 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. | 
| level | false | javax.el.ValueExpression(must evaluate to java.lang.Integer) | The tree node level to render the node children for. The root level is 0. | 
Output generated by Vdldoc View Declaration Language Documentation Generator.