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 java.lang.String)
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
includedNode false false javax.el.ValueExpression
(must evaluate to boolean)
This boolean expression is used to define which elements are processed
includedRoot false false javax.el.ValueExpression
(must evaluate to boolean)
This boolean expression is used to define which elements are processed appling to "roots" collection
nodes false false javax.el.ValueExpression
(must evaluate to java.lang.Object)
Defines collection to use at the other (non-top) levels of iteration
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