Info | Value |
---|---|
Component Type | org.primefaces.component.TabView |
Handler Class | None |
Renderer Type | org.primefaces.component.TabViewRenderer |
Description | None |
Name | Required | Type | Description |
---|---|---|---|
activeIndex | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer )
| Index of the active tab. Default is 0. |
binding | false | jakarta.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent )
| An el expression referring to a server side UIComponent instance in a backing bean. |
cache | false | jakarta.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. |
dir | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Defines text direction, valid values are "ltr" (default) and "rtl". |
dynamic | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Specifies the toggleMode. Default is false. |
effect | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Name of the transition effect. |
effectDuration | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Duration of the transition effect. Default is normal. |
focusOnError | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Whether to focus the first tab that contains an error after form submission. Default is false. |
focusOnLastActiveTab | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Whether to focus on the last active tab that a user selected. Default is false. |
id | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Unique identifier of the component in a namingContainer. |
multiViewState | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Whether to keep TabView state across views, defaults to false. |
onTabChange | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Client side callback to execute when a tab is clicked. |
onTabClose | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Client side callback to execute before a tab is closed. Return false to prevent closing. |
onTabShow | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Client side callback to execute when a tab is shown. |
orientation | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Orientation of the tab headers, valid values are "top" (default), "left", "right" and "bottom". |
prependId | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
| AccordionPanel is a naming container thus prepends its id to its children by default, a false value turns this behavior off except for dynamic tabs. |
rendered | false | jakarta.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. |
scrollable | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
| When enabled, tab headers can be scrolled horizontally instead of wrapping. Default is false. |
style | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Inline style of the main container. |
styleClass | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Style class of the main container. |
tabindex | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Position of the element in the tabbing order. |
touchable | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Enable touch support if browser detection supports it. Default is false because it is globally enabled by default. |
value | false | jakarta.el.ValueExpression
(must evaluate to java.util.List )
| List to iterate to display dynamic number of tabs. |
var | false | java.lang.String | Name of collection iterator to use in dynamic number of tabs. |
varStatus | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Name of the exported request scoped variable for the status of the iteration. |
widgetVar | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Name of the client side widget. |
Output generated by Vdldoc View Declaration Language Documentation Generator.