o

Tag tree

Component Information 
InfoValue
Component Typeorg.omnifaces.component.tree.Tree
Handler ClassNone
Renderer TypeNone
DescriptionNone
Attributes 
NameRequiredTypeDescription
idfalsejavax.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.
renderedfalsejavax.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.
bindingfalsejavax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
The ValueExpression linking this component to a property in a backing bean.
valuefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
The current value of this component. As far only TreeModel is allowed as value.
varfalsejava.lang.String The name of the request attribute which exposes the wrapped data of the current node of the tree model.
varNodefalsejava.lang.String The name of the request attribute which exposes the current node of the tree model.

Output generated by Vdldoc View Declaration Language Documentation Generator.