Info | Value |
---|---|
Component Type | org.primefaces.component.TabView |
Display Name | None |
Handler Class | None |
Renderer Type | org.primefaces.component.TabViewRenderer |
Description | None |
Name | Required | Type | Description |
---|---|---|---|
id | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Unique identifier of the component in a namingContainer. |
rendered | false | javax.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. |
binding | false | javax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent )
| An el expression referring to a server side UIComponent instance in a backing bean. |
widgetVar | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Name of the client side widget. |
activeIndex | false | javax.el.ValueExpression
(must evaluate to java.lang.Integer )
| Index of the active tab. Default is 0. |
effect | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Name of the transition effect. |
effectDuration | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Duration of the transition effect. Default is normal. |
dynamic | false | javax.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Specifies the toggleMode. Default is false. |
cache | false | javax.el.ValueExpression
(must evaluate to java.lang.Boolean )
| When tab contents are lazy loaded by ajax toggleMode, caching only retrieves the tab contents once and subsequent toggles of a cached tab does not communicate with server. If caching is turned off, tab contents are reloaded from server each time tab is clicked. Default is true. |
onTabChange | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Client side callback to execute when a tab is clicked. |
onTabShow | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Client side callback to execute when a tab is shown. |
style | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Inline style of the main container. |
styleClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Style class of the main container. |
var | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Name of collection iterator to use in dynamic number of tabs. |
value | false | javax.el.ValueExpression
(must evaluate to java.util.List )
| List to iterate to display dynamic number of tabs. |
orientation | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Orientation of the tab headers, valid values are "top" and "bottom". |
onTabClose | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Client side callback to execute before a tab is closed. Return false to prevent closing. |
dir | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Defines text direction, valid values are "ltr" (default) and "rtl". |
Output generated by Vdldoc View Declaration Language Documentation Generator.