Info | Value |
---|---|
Component Type | org.primefaces.component.MegaMenu |
Handler Class | None |
Renderer Type | org.primefaces.component.MegaMenuRenderer |
Description | None |
Name | Required | Type | Description |
---|---|---|---|
activeIndex | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer )
| Index of the active root menu to display as highlighted. By default no root is highlighted. |
autoDisplay | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Defines whether submenus will be displayed on mouseover or not. When set to false, click event is required to display. |
binding | false | jakarta.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent )
| An el expression referring to a server side UIComponent instance in a backing bean. |
delay | false | jakarta.el.ValueExpression
(must evaluate to int )
| Delay in milliseconds before displaying the submenu. Default is 0 meaning immediate. |
dir | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Defines text direction, valid values are "ltr" (default) and "rtl". |
id | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Unique identifier of the component in a namingContainer. |
model | false | jakarta.el.ValueExpression
(must evaluate to org.primefaces.model.menu.MenuModel )
| MenuModel instance to create menus programmatically. |
orientation | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Defines the orientation of the root menuitems, valid values are "horizontal" (default) and "vertical". |
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. |
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. |
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.