| |||||||
FRAMES NO FRAMES |
Tag Information | |
Tag Class | org.openfaces.taglib.jsp.command.MenuItemJspTag |
TagExtraInfo Class | None |
Body Content | JSP |
Display Name | None |
Attributes | |||||
Name | Required | Binding Type | EL | Default | Description |
action | false | javax.el.MethodExpression
(signature must match java.lang.Object action() )
| true | null | Similar 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. |
actionListener | false | javax.el.MethodExpression
(signature must match void actionListener(javax.faces.event.ActionEvent) )
| true | null | Similar 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. |
binding | false | javax.el.ValueExpression
(must evaluate to org.openfaces.component.command.MenuItem )
| only | null | A value-binding expression that associates the MenuItem with a backing bean property. |
contentAreaClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for content of the menu item. |
contentAreaStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for content of the menu item. |
disabled | false | javax.el.ValueExpression
(must evaluate to boolean )
| true | false | A flag that enables or disables the component. |
disabledClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for the disabled menu item. |
disabledIconUrl | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | An URL of image for the disabled menu item. |
disabledStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the disabled MenuItem. |
disabledSubmenuImageUrl | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | An URL of image that represents submenu marker of the disabled menu item. |
execute | false | javax.el.ValueExpression
(must evaluate to java.util.List )
| true | none | Id'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. |
executeRenderedComponents | false | javax.el.ValueExpression
(must evaluate to boolean )
| true | true | Specifies whether the components listed in the "render" attribute undergo the "execute" lifecycle (Restore View, Apply Request Values, Process Validations and Update Model Values) phases as if these components are implicitly specified in the "execute" attribute as well. |
iconUrl | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | An URL of image for the menu item. |
indentAreaClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for indent area of the menu item. |
indentAreaStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for indent area of the menu item. |
onajaxend | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | Invoked when the Ajax request initiated with this component finishes. |
onajaxstart | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | Invoked when the Ajax request initiated with this component starts. |
onblur | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the MenuItem loses focus. |
onclick | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed on the client when the user clicks the left mouse button over the MenuItem. |
oncontextmenu | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript 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). |
ondblclick | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed on the client when the user double-clicks the left mouse button over the MenuItem. |
onerror | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | Invoked when an error occurs during the Ajax request initiated with this component. |
onfocus | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the MenuItem receives focus. |
onkeydown | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the user presses a key over the MenuItem. |
onkeyup | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the user releases a key over the MenuItem. |
onmousedown | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the user clicks the button with either mouse MenuItem. |
onmousemove | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the user moves the mouse pointer over the MenuItem. |
onmouseout | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the user moves the mouse pointer away from the MenuItem. |
onmouseover | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the user moves the mouse pointer onto the MenuItem. |
onmouseup | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the user releases a mouse button over the MenuItem. |
render | false | javax.el.ValueExpression
(must evaluate to java.util.List )
| true | none | Id'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. |
selectedClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for the menu item in selected state. |
selectedIconUrl | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | An URL of image for the selected menu item. |
selectedStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the MenuItem in selected state. |
selectedSubmenuImageUrl | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | An URL of image that represents submenu marker of the selected menu item. |
style | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the MenuItem. |
styleClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for the MenuItem. |
submenuIconAreaClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for submenu icon area of the menu item. |
submenuIconAreaStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for submenu icon area of the menu item. |
submenuImageUrl | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | An URL of image that represents submenu marker of the menu item. |
value | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | The string that displays as text of the MenuItem. |
Variables | No Variables Defined. |
| |||||||
FRAMES NO FRAMES |