Tag Information
Tag Class org.richfaces.taglib.RecursiveTreeNodesAdaptorTag
TagExtraInfo Class None
Body Content JSP
Display Name None
Attributes
Name Required Request-time Type Description
binding false false javax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
The attribute takes a value-binding expression for a component property of a backing bean
id false false java.lang.String Every component may have a unique id that is automatically created if omitted
included false false javax.el.ValueExpression
(must evaluate to boolean)
This boolean expression is used to define which elements of both collections are processed. Default value is "true".
includedNode false false javax.el.ValueExpression
(must evaluate to boolean)
This boolean expression is used to define which elements are processed. Default value is "true".
includedRoot false false javax.el.ValueExpression
(must evaluate to boolean)
This boolean expression is used to define which elements are processed applying to "roots" collection. Default value is "true".
nodes false false javax.el.ValueExpression
(must evaluate to java.lang.Object)
Defines collection to use at the other (non-top) levels of iteration
recursionOrder false false javax.el.ValueExpression
(must evaluate to java.lang.String)
The attribute is used to control a recursion order. Possible values are "first", "last", "[id of adaptor]" ("first" and "last" are reserved values). When "[id of the adaptor]" is set it means that recursion occurs after these adaptor component nodes are processed. The default value is "last"
rendered false false javax.el.ValueExpression
(must evaluate to boolean)
If "false", this component is not rendered
roots false false javax.el.ValueExpression
(must evaluate to java.lang.Object)
Defines collection to use at the top of iteration
var false false javax.el.ValueExpression
(must evaluate to java.lang.String)
A request-scope attribute via which the data object for the current collection element will be used when iterating