Info | Value |
---|---|
Component Type | org.primefaces.component.UIMenuItem |
Display Name | None |
Handler Class | None |
Renderer Type | None |
Description | None |
Name | Required | Type | Description |
---|---|---|---|
id | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Unique identifier of the component in a namingContainer. |
rendered | false | javax.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Boolean value to specify the rendering of the component, when set to false component will not be rendered. |
binding | false | javax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent )
| An el expression referring to a server side UIComponent instance in a backing bean. |
value | false | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| Label of the component. |
actionListener | false | javax.el.ValueExpression
(must evaluate to javax.faces.event.ActionListener )
| An actionlistener to process when command is executed. |
action | false | javax.el.ValueExpression
(must evaluate to javax.el.MethodExpression )
| A method expression or a string outcome to process when command is executed. |
immediate | false | javax.el.ValueExpression
(must evaluate to boolean )
| Boolean value that determines the phaseId of the action event, when true actions are processed at "Apply Request Values", when false at "Invoke Application" phase. |
url | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Url to be navigated when menuitem is clicked. |
target | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Target type of url navigation. |
style | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Style of the menuitem label. |
styleClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| StyleClass of the menuitem label. |
onclick | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Javascript event handler for click event. |
update | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Client side id of the component(s) to be updated after async partial submit request. |
process | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Component id(s) to process partially instead of whole view. |
onstart | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Javascript handler to execute before ajax request is begins. |
disabled | false | javax.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Disables or enables the menu item. |
oncomplete | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Javascript handler to execute when ajax request is completed. |
onerror | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Javascript handler to execute when ajax request fails. |
onsuccess | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Javascript handler to execute when ajax request succeeds. |
global | false | javax.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Global ajax requests are listened by ajaxStatus component, setting global to false will not trigger ajaxStatus. |
async | false | javax.el.ValueExpression
(must evaluate to java.lang.Boolean )
| When set to true, ajax requests are not queued. |
ajax | false | javax.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Specifies submit mode. |
icon | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Path of the menuitem image. |
partialSubmit | false | javax.el.ValueExpression
(must evaluate to java.lang.Boolean )
| When enabled, only values related to partially processed components would be serialized for ajax instead of whole form. |
resetValues | false | javax.el.ValueExpression
(must evaluate to java.lang.Boolean )
| If true, indicate that this particular Ajax transaction is a value reset transaction. This will cause resetValue() to be called on any EditableValueHolder instances encountered as a result of this ajax transaction. If not specified, or the value is false, no such indication is made. |
ignoreAutoUpdate | false | javax.el.ValueExpression
(must evaluate to java.lang.Boolean )
| If true, components which autoUpdate="true" will not be updated for this request. If not specified, or the value is false, no such indication is made. |
title | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Title text of the menuitem. |
outcome | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Used to resolve a navigation case. |
includeViewParams | false | javax.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Whether to include page parameters in target URI. Default is false. |
fragment | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Identifier of the target page which should be scrolled to. |
Output generated by Vdldoc View Declaration Language Documentation Generator.