primefaces

Tag menu

Component Information 
InfoValue
Component Typeorg.primefaces.component.Menu
Handler ClassNone
Renderer TypeNone
DescriptionNone
Attributes 
NameRequiredTypeDescription
appendTofalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Search expression for the element to which the menu overlay is appended.Default is @(body).
atfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Corner of trigger to align with menu element.Default is left bottom.
autoDisplayfalsejakarta.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.
bindingfalsejakarta.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.
collisionfalsejakarta.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 the body of your layout does not scroll, you may also want to set the option maxHeight.Default is flip.
dirfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Defines text direction, valid values are ltr and rtl.Default is ltr.
hideDelayfalsejakarta.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.
idfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Unique identifier of the component in a namingContainer.Default is generated.
maxHeightfalsejakarta.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.
modelfalsejakarta.el.ValueExpression
(must evaluate to org.primefaces.model.menu.MenuModel)
A menu model instance to create menu programmatically.
myfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Corner of menu to align with trigger element.Default is left top.
overlayfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Defines positioning type of menu, either static or overlay.Default is false.
renderedfalsejakarta.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.
showDelayfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
Delay in milliseconds before displaying the submenu. Default is 0 meaning immediate.Default is 0.
statefulGlobalfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
When enabled, menu toggleable state is saved globally across pages. If disabled then state is stored per view/page.Default is false.
stylefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Inline style of the component.
styleClassfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Style class of the component.
tabindexfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Position of the element in the tabbing order.Default is 0.
toggleablefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Defines whether clicking the header of a submenu toggles the visibility of children menuitems.Default is false.
toggleEventfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Event to toggle the submenus, valid values are "hover" and "click".
triggerfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Target component to attach the overlay menu.
triggerEventfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Event to show the dynamic positioned menu.Default is click.
widgetVarfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Name of the client side widget.

Output generated by Vdldoc View Declaration Language Documentation Generator.