p

Tag menu

Component Information 
InfoValue
Component Typeorg.primefaces.component.Menu
Handler ClassNone
Renderer Typeorg.primefaces.component.MenuRenderer
DescriptionNone
Attributes 
NameRequiredTypeDescription
appendTofalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Appends the overlay to the element defined by search expression. Defaults to document body.
atfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Corner of trigger to align with menu element.
bindingfalsejakarta.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
An el expression referring to a server side UIComponent instance in a backing bean.
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. Defaults to flip. When you the body of your layout does not scroll, you may also want to set the option maxHeight.
idfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Unique identifier of the component in a namingContainer.
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.
overlayfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Defines positioning, when enabled menu is displayed with absolute positioning relative to the trigger. Default is false, meaning static positioning.
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.
statefulGlobalfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
When enabled, menu toggle 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 main container element.
styleClassfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Style class of the main container element.
tabindexfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
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.
triggerfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Id of component whose click event will show the dynamic positioned menu.
triggerEventfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Event name of component that will 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.