p

Tag tabView

Component Information 
InfoValue
Component Typeorg.primefaces.component.TabView
Handler ClassNone
Renderer Typeorg.primefaces.component.TabViewRenderer
DescriptionNone
Attributes 
NameRequiredTypeDescription
activeIndexfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
Index of the active tab. Default is 0.
bindingfalsejakarta.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
An el expression referring to a server side UIComponent instance in a backing bean.
cachefalsejakarta.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.
dirfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Defines text direction, valid values are "ltr" (default) and "rtl".
dynamicfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Specifies the toggleMode. Default is false.
effectfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Name of the transition effect.
effectDurationfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Duration of the transition effect. Default is normal.
focusOnErrorfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Whether to focus the first tab that contains an error after form submission. Default is false.
focusOnLastActiveTabfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Whether to focus on the last active tab that a user selected. Default is false.
idfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Unique identifier of the component in a namingContainer.
multiViewStatefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Whether to keep TabView state across views, defaults to false.
onTabChangefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when a tab is clicked.
onTabClosefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute before a tab is closed. Return false to prevent closing.
onTabShowfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when a tab is shown.
orientationfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Orientation of the tab headers, valid values are "top" (default), "left", "right" and "bottom".
prependIdfalsejakarta.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.
renderedfalsejakarta.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.
scrollablefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
When enabled, tab headers can be scrolled horizontally instead of wrapping. Default is false.
stylefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Inline style of the main container.
styleClassfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Style class of the main container.
tabindexfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Position of the element in the tabbing order.
touchablefalsejakarta.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.
valuefalsejakarta.el.ValueExpression
(must evaluate to java.util.List)
List to iterate to display dynamic number of tabs.
varfalsejava.lang.String Name of collection iterator to use in dynamic number of tabs.
varStatusfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Name of the exported request scoped variable for the status of the iteration.
widgetVarfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Name of the client side widget.

Output generated by Vdldoc View Declaration Language Documentation Generator.