p

Tag tree

Component Information 
InfoValue
Component Typeorg.primefaces.component.Tree
Handler Classorg.primefaces.component.tree.TreeComponentHandler
Renderer Typeorg.primefaces.component.TreeRenderer
DescriptionNone
Attributes 
NameRequiredTypeDescription
animatefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
When enabled, Displays slide effect during toggling of a node.
bindingfalsejakarta.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
An el expression referring to a server side UIComponent instance in a backing bean.
cachefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Specifies caching on dynamically loaded nodes. When set to true expanded nodes will be kept in memory. Default is true.
datakeyfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Object)
Unique key of the data presented by tree nodes.
dirfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Defines text direction, valid values are "ltr" (default) and "rtl".
disabledfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Disables tree.
dragdropScopefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Scope key to group a set of tree components for transferring nodes using drag and drop.
draggablefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Controls dragging of tree nodes. Default is false.
dragModefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Defines parent-child relationship when a node is dragged, valid values are self (default), parent and ancestor.
dropCopyNodefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
When enabled and dropMode='move', the copy of the selected nodes can be dropped from a tree to another tree using Shift key.
dropModefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Whether to 'move' or 'copy' the node on drop. Default is 'move'.
droppablefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Controls dropping of tree nodes. Default is false.
dropRestrictfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Defines parent-child restrictions when a node is dropped valid values are none (default) and sibling.
dynamicfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Specifies the ajax/client toggleMode. Default is false.
filterByfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Object)
Property to be used for filtering.
filterDelayfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
Delay to wait in milliseconds before sending each filter query. Default is 300.
filterEventfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Client side event to invoke filtering. If "enter" it will only filter after ENTER key is pressed. Default is keyup.
filterFunctionfalsejakarta.el.ValueExpression
(must evaluate to javax.el.MethodExpression)
Custom implementation to filter TreeNodes against a constraint.
filterMatchModefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Match mode for filtering.
filterModefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Mode for filtering valid values are lenient and strict. Default is lenient.
highlightfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Highlights nodes on hover when selection is enabled, set to false to disable highlighting.
idfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Unique identifier of the component in a namingContainer.
multipleDragfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
When enabled, the selected multiple nodes can be dragged from a tree to another tree.
nodeVarfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Name of the request-scoped variable that'll be used to refer current treenode using EL.
onDropfalsejakarta.el.ValueExpression
(must evaluate to javax.el.MethodExpression)
Method returning whether the dragged node(s) can be dropped on the dropped node.
onNodeClickfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Javascript event to process when a tree node is clicked.
orientationfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Defines the orientation of the tree, valid values are, "vertical" (default) and horizontal.
propagateSelectionDownfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Defines upwards selection propagation for checkbox mode, default is true.
propagateSelectionUpfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Defines upwards selection propagation for checkbox mode, default is true.
renderedfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Boolean value to specify the rendering of the component, when set to false component will not be rendered.
requiredfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Validation constraint for selection.
requiredMessagefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Message for required selection validation.
selectionfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Object)
TreeNode array to reference the selections.
selectionModefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Defines the selectionMode, valid values are "single", "multiple" and "checkbox".
showUnselectableCheckboxfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Defines if in checkbox selection mode, a readonly checkbox should be displayed for an unselectable node. Default is false.
skipChildrenfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Ignores processing of children during lifecycle, improves performance if table only has output components, default is false.
stylefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Style of the main container element of tree.
styleClassfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Style class of the main container element of tree.
tabindexfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
Position of the element in the tabbing order. Default is 0.
valuefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Object)
A TreeNode instance as the backing model.
varfalsejava.lang.String Name of the request-scoped variable that'll be used to refer each treenode data during rendering.
widgetVarfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Name of the client side widget.

Output generated by Vdldoc View Declaration Language Documentation Generator.