v
Tag menu


The menu Component provides a way of creating desktop style menus on web pages. It allows sub-menus, check and radio menu items and image menus. It also provides pop-up menus.

The menu Component has the following capabilities :



Tag Information
Tag Classorg.rcfaces.core.internal.taglib.MenuTag
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.
valuefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
A string value holding the current value of the component.
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.
converterfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The converter id to use. as specified in faces-config.xml.
preloadedLevelDepthfalsefalsejavax.el.ValueExpression
(must evaluate to int)
An int value specifying the number of levels that should be preloaded when a node is displayed.
menuListenerfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Executed when a menu is activated. A string that represent a javascript expression to evaluate and eventually a server action to execute. the two parts are separated by a semi-column. If the javascript evaluation return false (by using the return keyword) the server action is not executed. The server action is represented by a binding.
selectionListenerfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Executed when the component is selected. A string that represent a javascript expression to evaluate and eventually a server action to execute. the two parts are separated by a semi-column. If the javascript evaluation return false (by using the return keyword) the server action is not executed. The server action is represented by a binding.
checkListenerfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Executed when the component is checked. A string that represent a javascript expression to evaluate and eventually a server action to execute. the two parts are separated by a semi-column. If the javascript evaluation return false (by using the return keyword) the server action is not executed. The server action is represented by a binding.
checkedValuesfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
A table of the values associated with checked nodes for the component. (Binding only)
menuIdfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
An id used to retreive a specific menu. For example, "#node" is used to call a menu on a tree node while "#body" is used for the menu boody.
removeAllWhenShownfalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
A boolean value specifying wether the content of the component must be remove before the listener is called and the component displayed.
converterfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The converter id to use. as specified in faces-config.xml.

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.