| Info | Value |
|---|---|
| Component Type | org.primefaces.component.MenuButton |
| Handler Class | None |
| Renderer Type | None |
| Description | None |
| Name | Required | Type | Description |
|---|---|---|---|
appendTo | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Appends the overlay to the element defined by search expression.Default is @(body). |
ariaLabel | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| The aria-label attribute is used to define a string that labels the current element for accessibility. |
autoDisplay | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Defines whether the first level of submenus will be displayed on mouseover or click event.Default is true. |
binding | false | jakarta.el.ValueExpression
(must evaluate to jakarta.faces.component.UIComponent)
| An EL expression referring to a server side UIComponent instance in a backing bean.Default is generated. |
buttonIcon | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Icon class to display in place of the button label. If specified, the icon will be shown instead of the value (label). |
buttonStyle | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Style of the button |
buttonStyleClass | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Style class of the button |
collision | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Applied only when overlay is set to true. When the overlay menu overflows the window in some direction, move it to an alternative position. Supported values are flip, fit, flipfit and none. See https://api.jqueryui.com/position/ for more details. When the body of your layout does not scroll, you may also want to set the option maxHeight.Default is flip. |
delay | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
| Delay in milliseconds before displaying the submenu.Default is 0. |
dir | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Defines text direction, valid values are ltr and rtl.Default is ltr. |
disabled | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Disables or enables the button.Default is false. |
disableOnAjax | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| If true, the button will be disabled during Ajax requests triggered by its menu items.Default is true. |
hideDelay | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
| Delay in milliseconds before hiding the submenu, if 0 not hidden until document.click().Default is 0. |
icon | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Icon of the menu button. |
iconPos | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Position of the icon, valid values are left and right.Default is left. |
id | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Unique identifier of the component in a namingContainer.Default is generated. |
maxHeight | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| The maximum height of the menu. May be either a number (such as 200), which is interpreted as a height in pixels. Alternatively, may also be a CSS length such as 90vh or 10em. Often used when overlay is set to true, but also works when it is set to false. Useful in case the body of your layout does not scroll, especially in combination with the collision property. |
menuStyleClass | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Style class of the overlay menu element. |
model | false | jakarta.el.ValueExpression
(must evaluate to org.primefaces.model.menu.MenuModel)
| MenuModel instance to create menus programmatically |
rendered | false | jakarta.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.Default is true. |
showDelay | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
| Delay in milliseconds before displaying the submenu. Default is 0 meaning immediate.Default is 0. |
style | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Inline style of the component. |
styleClass | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Style class of the component. |
tabindex | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Position of the element in the tabbing order.Default is 0. |
title | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Advisory tooltip information. |
toggleEvent | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Event to toggle the submenus, valid values are "hover" and "click". |
value | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Label of the button |
widgetVar | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Name of the client side widget. |
Output generated by Vdldoc View Declaration Language Documentation Generator.