v
Tag treeNode


A node belonging to a tree.


Tag Information
Tag Classorg.rcfaces.core.internal.taglib.TreeNodeTag
TagExtraInfo Classorg.rcfaces.core.internal.taglib.CameliaTagExtraInfo
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
idfalsetruejava.lang.StringA string specifying the identifier for this component. This value must be unique within the closest parent component that is a naming container.
bindingfalsefalsejavax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
The value binding expression linking this component to a property in a backing bean.
itemLabelfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
A string value specifying the label to be displayed to the user for this option.
itemValuefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
A string value to be returned to the server if this option is selected by the user.
itemDisabledfalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
A boolean value indicating whether the option created by this component is disabled. Expressions must evaluate to a boolean. Default value is false.
itemDescriptionfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
A string value describing the item.
disabledfalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
A boolean value that represents the disabled state of the component.
unlockedClientAttributeNamesfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
A string value holding a comma separated list of the client modifiable properties.
itemValuefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
A string value to be returned to the server if this option is selected by the user.
itemLabelfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
A string value specifying the label to be displayed to the user for this option.
itemDescriptionfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
A string value describing the item.
itemDisabledfalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
A boolean value indicating whether the option created by this component is disabled. Expressions must evaluate to a boolean. Default value is false.
toolTipTextfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
A string value specifying the tooltip for the component (shown when the pointe hover the component).
visiblefalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
A boolean value indicating wether the composant is visible.
disabledImageURLfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
An url string pointing to the image used for the disabled state.
hoverImageURLfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
An url string pointing to the image used chen the pointer hover the component.
selectedImageURLfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
An url string pointing to the image used when the component is selected.
imageURLfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
An url string pointing to the image used by the component.
alternateTextfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
No Description
renderedfalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
A boolean value indicating whether or not this component should be rendered (during Render Response Phase), or processed on any subsequent form submit.
backgroundColorfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
A color value (as specified by CSS) for the background.
foregroundColorfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
A color value (as specified by CSS) for the text.
textfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
A string value specifying the text (literal or binding) to be shown.
expandedImageURLfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
An url string pointing to an image used for the expanded state.
disabledImageURLfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
An url string pointing to the image used for the disabled state.
hoverImageURLfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
An url string pointing to the image used chen the pointer hover the component.
selectedImageURLfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
An url string pointing to the image used when the component is selected.
imageURLfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
An url string pointing to the image used by the component.
groupNamefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
A string specifying the name of the virtual entity that links different components together.
styleClassfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
A space-separated list of CSS style class(es) to be applied to the component. This value will be passed through as the "class" attribute on generated markup.
menuPopupIdfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
No Description
inputTypefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Experimental: A string value specifying the type of input to show radio button or check box.

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.