primefaces-p

Tag menuitem

Component Information 
InfoValue
Component Typeorg.primefaces.component.UIMenuItem
Handler ClassNone
Renderer TypeNone
DescriptionNone
Attributes 
NameRequiredTypeDescription
idfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Unique identifier of the component in a namingContainer.
renderedfalsejavax.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.
bindingfalsejavax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
An el expression referring to a server side UIComponent instance in a backing bean.
valuefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
Label of the component.
actionListenerfalsejavax.el.ValueExpression
(must evaluate to javax.faces.event.ActionListener)
An actionlistener to process when command is executed.
actionfalsejavax.el.ValueExpression
(must evaluate to javax.el.MethodExpression)
A method expression or a string outcome to process when command is executed.
immediatefalsejavax.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.
urlfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Url to be navigated when menuitem is clicked.
targetfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Target type of url navigation.
stylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Style of the menuitem label.
styleClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
StyleClass of the menuitem label.
onclickfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Javascript event handler for click event.
updatefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Client side id of the component(s) to be updated after async partial submit request.
processfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Component id(s) to process partially instead of whole view.
onstartfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Javascript handler to execute before ajax request is begins.
disabledfalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Disables or enables the menu item.
oncompletefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Javascript handler to execute when ajax request is completed.
onerrorfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Javascript handler to execute when ajax request fails.
onsuccessfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Javascript handler to execute when ajax request succeeds.
globalfalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Global ajax requests are listened by ajaxStatus component, setting global to false will not trigger ajaxStatus.
delayfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
If less than delay milliseconds elapses between calls to request() only the most recent one is sent and all other requests are discarded. The default value of this option is null. If the value of delay is the literal string 'none' without the quotes or the default, no delay is used.
timeoutfalsejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
Defines the timeout for the ajax request.
asyncfalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
When set to true, ajax requests are not queued.
ajaxfalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Specifies submit mode.
iconfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Path of the menuitem image.
iconPosfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Position of the icon, default value is right.
partialSubmitfalsejavax.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.
resetValuesfalsejavax.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.
ignoreAutoUpdatefalsejavax.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.
titlefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Title text of the menuitem.
outcomefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Used to resolve a navigation case.
includeViewParamsfalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Whether to include page parameters in target URI. Default is false.
fragmentfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Identifier of the target page which should be scrolled to.
disableClientWindowfalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Disable appending the on the rendering of this element.
containerStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Style of the menuitem container.
containerStyleClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
StyleClass of the menuitem container.
partialSubmitFilterfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Selector to use when partial submit is on, default is ":input" to select all descendant inputs of a partially processed components.
formfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Form to serialize for an ajax request. Default is the enclosing form.
escapefalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Defines whether value would be escaped or not, defaults to true.
relfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Defines the relationship between the current document and the linked document.

Output generated by Vdldoc View Declaration Language Documentation Generator.