本文概述
- TabView属性
- 例子
TabView属性
Attribute | Default value | Type | Description |
---|---|---|---|
rendered | true | Boolean | 它需要布尔值来指定组件的呈现。 |
activeIndex | 0 | Integer | 用于设置活动选项卡的索引。 |
effect | null | String | 用于设置过渡效果的名称。 |
effectDuration | null | String | 它用于设置过渡效果的持续时间。 |
dynamic | false | Boolean | 它可以使非活动选项卡的延迟加载。 |
cache | true | Boolean | 它用于设置缓存。 |
onTabChange | null | String | 单击选项卡时执行。 |
onTabShow | null | String | 显示选项卡时执行。 |
onTabClose | null | String | 它在选项卡关闭时执行。 |
style | null | String | 用于设置主容器的内联样式。 |
var | null | String | 它是引用集合中项目的迭代器的名称。 |
value | null | Object | 它是显示动态选项卡的收集模型。 |
orientation | top | String | 用于设置选项卡标题的方向。 |
dir | ltr | String | 它定义了文本方向, 有效值为ltr和rtl。 |
scrollable | false | Boolean | 启用后, 标签??页标题可以水平滚动而不是环绕滚动。 |
prependId | true | Boolean | 它用于添加id。 |
tabindex | 0 | String | 它按跳位顺序指定元素的位置。 |
JSF文件
// tabView.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>
TabView<
/title>
<
/h:head>
<
h:body>
<
h:form id="form">
<
p:growl id="msgs" showDetail="true" />
<
h3 style="margin-top:0">
Course Description<
/h3>
<
p:tabView>
<
p:tab title="Java">
<
h:panelGrid columns="2" cellpadding="10">
<
p:graphicImage name="images/courses/java.png" />
<
h:outputText
value="http://www.srcmini.com/Java is a programming language and a platform.
Java is a high level, robust, secured and object-oriented programming language.
Platform: Any hardware or software environment in which a program runs, is known as a platform.
Since Java has its own runtime environment (JRE) and API, it is called platform." />
<
/h:panelGrid>
<
/p:tab>
<
p:tab title="Spring">
<
h:panelGrid columns="2" cellpadding="10">
<
p:graphicImage name="images/courses/spring.png" />
<
h:outputText value="http://www.srcmini.com/Spring is a lightweight framework. It can be thought of as a framework
of frameworks because it provides support to various frameworks such as Struts, Hibernate, Tapestry, EJB, JSF etc.
The framework, in broader sense, can be defined as a structure where we find solution of the various technical problems." />
<
/h:panelGrid>
<
/p:tab>
<
p:tab title="Python">
<
h:panelGrid columns="2" cellpadding="10">
<
p:graphicImage name="images/courses/python.png" />
<
h:outputText value="http://www.srcmini.com/Python is a simple, easy to learn, powerful, high level and object-oriented
programming language. Guido Van Rossum is known as the founder of python programming." />
<
/h:panelGrid>
<
/p:tab>
<
/p:tabView>
<
/h:form>
<
/h:body>
<
/html>
【PrimeFaces TabView组件用法】输出
文章图片
文章图片
推荐阅读
- PrimeFaces提示工具组件用法
- 笔记本触摸板,图文详细说明怎样运用
- cf截图在啥地方个文件夹,图文详细说明cf截图保存在啥地方里
- WIN764位激活工具,图文详细说明激活工具怎样激活win7 64位
- 扫描仪安装,图文详细说明win7系统扫描仪安装办法
- 打印机共享不了,图文详细说明打印机共享不了怎样办
- 网络打印机脱机,图文详细说明网络打印机脱机无法打印怎样办
- 添加或删除程序,图文详细说明win7添加或删除程序的办法
- 收藏夹位置,图文详细说明ie浏览器收藏夹的位置在啥地方