Tobago Sandbox
Tag treeNode


Creates a tree node.

UIComponentClass: org.apache.myfaces.tobago.component.UITreeNode

RendererType: TreeNode

Supported facets:

addendum
Displays an additional component to a node.


Tag Information
Tag Classorg.apache.myfaces.tobago.internal.taglib.TreeNodeTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
idfalsetruejava.lang.StringThe component identifier for this component. This value must be unique within the closest parent component that is a naming container.
bindingfalsefalsejava.lang.StringThe value binding expression linking this component to a property in a backing bean.
renderedfalsefalsejava.lang.StringFlag indicating whether or not this component should be rendered (during Render Response Phase), or processed on any subsequent form submit.
labelfalsefalsejava.lang.StringText value to display as label. If text contains an underscore the next character is used as accesskey.
valuefalsefalsejava.lang.StringThe current value of this component.
markupfalsefalsejava.lang.StringIndicate markup of this component. Possible value is 'none'. But this can be overridden in the theme.
actionfalsefalsejava.lang.StringAction to invoke when clicked. This must be a MethodBinding or a String representing the application action to invoke when this component is activated by the user. The MethodBinding must evaluate to a public method that takes no parameters, and returns a String (the logical outcome) which is passed to the NavigationHandler for this application. The String is directly passed to the Navigationhandler.
actionListenerfalsefalsejava.lang.StringMethodBinding representing an action listener method that will be notified when this component is activated by the user. The expression must evaluate to a public method that takes an ActionEvent parameter, with a return type of void.
immediatefalsefalsejava.lang.StringFlag indicating that, if this component is activated by the user, notifications should be delivered to interested listeners and actions immediately (that is, during Apply Request Values phase) rather than waiting until Invoke Application phase.
onclickfalsefalsejava.lang.StringScript to be invoked when clicked
linkfalsefalsejava.lang.StringLink to an arbitrary URL
transitionfalsefalsejava.lang.StringSpecify, if the command calls an JSF-Action. Useful to switch off the Double-Submit-Check and Waiting-Behavior.
renderedPartiallyfalsefalsejava.lang.StringIndicate the partially rendered Components in a case of a submit.
tipfalsefalsejava.lang.StringText value to display as tooltip.
targetfalsefalsejava.lang.StringName of a frame where the resource retrieved via this hyperlink is to be displayed.
imagefalsefalsejava.lang.StringUrl to an image to display.
disabledfalsefalsejava.lang.StringFlag indicating that this element is disabled.
markedfalsefalsejava.lang.StringFlag indicating if the node is marked, and should be displayed in a special way.
expandedfalsefalsejava.lang.StringFlag indicating if the subnodes are to be displayed.

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.