本文概述
- NotificationBar属性
- 例子
NotificationBar属性
Attribute | 默认值 | Type | Description |
---|---|---|---|
id | null | String | 它是组件的唯一标识符。 |
rendered | true | Boolean | 它设置布尔值以指定组件的呈现。 |
binding | null | Object | 它是一个映射到后备bean中的服务器端UIComponent实例的表达式。 |
style | null | String | 用于设置容器元素的样式。 |
styleClass | null | String | 它用于设置容器元素的styleClass。 |
position | top | String | 用于设置钢筋的位置。 |
effect | fade | String | 用于设置效果的名称。 |
effectSpeed | normal | String | 用于设置效果的速度。 |
autoDisplay | false | Boolean | 它用于设置面板在页面加载时显示。 |
widgetVar | null | String | 它是客户端小部件的名称。 |
JSF文件
// notificationBar.xhtml
<
?xml version='1.0' encoding='UTF-8' ?>
<
!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<
html xmlns="http://www.w3.org/1999/xhtml"xmlns:h="http://xmlns.jcp.org/jsf/html"xmlns:p="http://primefaces.org/ui">
<
h:head>
<
title>
Notification Bar<
/title>
<
/h:head>
<
h:body>
<
p:notificationBar position="top" effect="fade" styleClass="top" widgetVar="notify">
<
h:outputText value="http://www.srcmini.com/This is a Primefaces notification." style="font-size:36px;
" />
<
/p:notificationBar>
<
p:graphicImage name="images/primefaces-logo.jpeg" />
<
br/>
<
br/>
<
p:commandButton value="http://www.srcmini.com/Click for notification" onclick="PF('notify').show()" type="button" icon="ui-icon-arrow-1-s"/>
<
/h:body>
<
/html>
输出
文章图片
文章图片
推荐阅读
- PrimeFaces PieChart组件用法
- PrimeFaces密码password组件用法
- PrimeFaces菜单栏实例
- PrimeFaces旋钮Knob
- mybatis-config.xml 和 mapper基本设置
- create-react-app 搭建的项目中,引入 webpack-bundle-analyzer 打包分析
- android studio打可执行jar包
- ????????????Android????????????(??????)
- vue项目(webpack+mintui),使用hbuilder打包app