RichFaces
Tag recursiveTreeNodesAdaptor


The <rich:recursiveTreeNodesAdaptor> is an extension of a <rich:treeNodesAdaptor> component that provides the possibility to define data models and process nodes recursively.


Tag Information
Tag Classorg.richfaces.taglib.RecursiveTreeNodesAdaptorTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
bindingfalsefalsejavax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
The attribute takes a value-binding expression for a component property of a backing bean
idfalsefalsejava.lang.StringEvery component may have a unique id that is automatically created if omitted
includedfalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
This boolean expression is used to define which elements of both collections are processed. Default value is "true".
includedNodefalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
This boolean expression is used to define which elements are processed. Default value is "true".
includedRootfalsefalsejavax.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".
nodesfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
Defines collection to use at the other (non-top) levels of iteration
recursionOrderfalsefalsejavax.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"
renderedfalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
If "false", this component is not rendered
rootsfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
Defines collection to use at the top of iteration
varfalsefalsejavax.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

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.