📅  最后修改于: 2021-01-08 04:38:13             🧑  作者: Mango
它是一个导航组件,用于提供有关页面层次结构的上下文信息。它显示导航信息,并允许通过单击导航链接重定向到任何页面。 组件用于在JSF应用程序中创建导航。重要属性如下表所示。
Attribute | Default value | Type | Description |
---|---|---|---|
model | null | MenuModel | It is used to create menus programmatically. |
style | null | String | It is used to set style of main container element. |
styleClass | null | String | It is used to set style class of main container. |
homeDisplay | icon | String | It is used to define display mode of root link. |
在下面的示例中,我们正在实现组件。本示例包含以下文件。
// BreadCrumb.xhtml
BreadCrumb
输出: