📅  最后修改于: 2021-01-08 04:39:10             🧑  作者: Mango
它是一个水平导航组件,提供菜单选项。它用于收集菜单并将其显示在组织行中。
我们可以使用JSF应用程序中的 组件来创建菜单栏。
Attribute | Default value | Type | Description |
---|---|---|---|
model | null | MenuModel | It is used to create menus programmatically. |
style | null | String | It is used for Inline style of menubar. |
styleClass | null | String | It is a style class of menubar. |
autoDisplay | false | Boolean | It is used to define whether the first level of submenus will be displayed on mouseover or not. |
tabindex | 0 | String | It is used to set position of the element in the tabbing order. |
toggleEvent | over | String | Event to toggle the submenus. |
在下面的示例中,我们正在实现组件。本示例包含以下文件。
// menuBar.xhtml
MenuBar
输出: