The <o:treeNodeItem> is an UIComponent that represents a single child tree node within a
parent TreeNode component. Within this component, the var attribute of the parent Tree
component will expose the child tree node.
This component allows a child component of type TreeInsertChildren which indicates the place to insert
the children of the current child tree node recursively by a TreeNode component associated with the
children's level in the same parent Tree component.
| Info | Value |
|---|---|
| Component Type | org.omnifaces.component.tree.TreeNodeItem |
| Handler Class | None |
| Renderer Type | None |
| Description | None |
| Name | Required | Type | Description |
|---|---|---|---|
binding | false | jakarta.el.ValueExpression
(must evaluate to jakarta.faces.component.UIComponent)
| The ValueExpression linking this component to a property in a backing bean. |
id | false | jakarta.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 | jakarta.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. |
Output generated by Vdldoc View Declaration Language Documentation Generator.