| Info | Value | 
|---|---|
| Component Type | org.primefaces.component.Tab | 
| Handler Class | None | 
| Renderer Type | None | 
| 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. | 
title | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | Title text of the tab. | 
titleStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | Title container inner style. | 
titleStyleClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | Title container style class. | 
disabled | false | javax.el.ValueExpression
(must evaluate to java.lang.Boolean)
					 | Disables tab element if true. | 
closable | false | javax.el.ValueExpression
(must evaluate to java.lang.Boolean)
					 | Makes the tab closable by displaying a close icon. | 
titletip | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | Tooltip of the tab header. | 
ariaLabel | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | The aria-label attribute is used to define a string that labels the current element for accessibility. | 
Output generated by Vdldoc View Declaration Language Documentation Generator.