o
Tag menuItem




Tag Information
Tag Classorg.openfaces.taglib.jsp.command.MenuItemJspTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredBinding TypeELDefaultDescription
actionfalsejavax.el.MethodExpression
(signature must match java.lang.Object action())
truenullSimilar to the "action" attribute of the HTMLCommandButton component. It can be defined as a MethodBinding that should point to an action method that is called when the user clicks the MenuItem.
actionListenerfalsejavax.el.MethodExpression
(signature must match void actionListener(javax.faces.event.ActionEvent))
truenullSimilar to the "actionListener" attribute of the HTMLCommandButton component. A MethodBinding that should point to an action listener that is called when the user clicks on the MenuItem.
bindingfalsejavax.el.ValueExpression
(must evaluate to org.openfaces.component.command.MenuItem)
onlynullA value-binding expression that associates the MenuItem with a backing bean property.
contentAreaClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA CSS class name for content of the menu item.
contentAreaStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA style for content of the menu item.
disabledfalsejavax.el.ValueExpression
(must evaluate to boolean)
truefalseA flag that enables or disables the component.
disabledClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA CSS class name for the disabled menu item.
disabledIconUrlfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullAn URL of image for the disabled menu item.
disabledStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA style for the disabled MenuItem.
disabledSubmenuImageUrlfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullAn URL of image that represents submenu marker of the disabled menu item.
executefalsejavax.el.ValueExpression
(must evaluate to java.util.List)
truenoneId's of components whose data should be submitted and processed on the server in addition to the reloaded components. The difference with render is that components listed in execute will just process the submitted data, but won't be rerendered. This can often be needed when the reloaded data depends on some other component on a page. Evaluates to Iterable. If a literal is specified can be a single id or a comma-separated list if id's.
iconUrlfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullAn URL of image for the menu item.
indentAreaClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA CSS class name for indent area of the menu item.
indentAreaStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA style for indent area of the menu item.
onblurfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the MenuItem loses focus.
onclickfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed on the client when the user clicks the left mouse button over the MenuItem.
oncontextmenufalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user presses right mouse button over the component (or performs the other context menu invocation action depending on the platform).
ondblclickfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed on the client when the user double-clicks the left mouse button over the MenuItem.
onfocusfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the MenuItem receives focus.
onkeydownfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user presses a key over the MenuItem.
onkeyupfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user releases a key over the MenuItem.
onmousedownfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user clicks the button with either mouse MenuItem.
onmousemovefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user moves the mouse pointer over the MenuItem.
onmouseoutfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user moves the mouse pointer away from the MenuItem.
onmouseoverfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user moves the mouse pointer onto the MenuItem.
onmouseupfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user releases a mouse button over the MenuItem.
renderfalsejavax.el.ValueExpression
(must evaluate to java.util.List)
truenoneId's of components, which will be rerendered after successful Ajax request. Evaluates to Iterable. If a literal is specified can be a single id or a comma-separated list if id's.
selectedClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA CSS class name for the menu item in selected state.
selectedIconUrlfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullAn URL of image for the selected menu item.
selectedStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA style for the MenuItem in selected state.
selectedSubmenuImageUrlfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullAn URL of image that represents submenu marker of the selected menu item.
stylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA style for the MenuItem.
styleClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA CSS class name for the MenuItem.
submenuIconAreaClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA CSS class name for submenu icon area of the menu item.
submenuIconAreaStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA style for submenu icon area of the menu item.
submenuImageUrlfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullAn URL of image that represents submenu marker of the menu item.
valuefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullThe string that displays as text of the MenuItem.

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.