Info | Value |
---|---|
Component Type | com.liferay.faces.alloy.component.tab.Tab |
Handler Class | com.liferay.faces.alloy.component.tab.internal.TabHandler |
Renderer Type | com.liferay.faces.alloy.component.tab.TabRenderer |
Description | None |
Name | Required | Type | Description |
---|---|---|---|
binding | false | javax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent )
| An EL expression that binds the Java reference to this component in the component tree to a bean property. |
contentClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| When alloy:tab is a child of alloy:accordion, this is the name of the CSS class that is to be rendered within the class attribute of the content <div> |
disabled | false | javax.el.ValueExpression
(must evaluate to boolean )
| When this flag is true, the component will be disabled, and the user will be unable to intercat with the component. The default value is false . |
headerClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| When alloy:tab is a child of alloy:accordion, this is the name of the CSS class that is to be rendered within the class attribute of the header <div> |
headerText | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| The text to place in the header of the component. |
id | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| A unique identifier for this component. |
rendered | false | javax.el.ValueExpression
(must evaluate to boolean )
| When this flag is true, this component will be rendered to there response. When false, it will not be rendered to the response. The default value is true . |
style | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| HTML passthrough attribute specifying the css style of the element. |
styleClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| List of CSS class names (separated by spaces) that are to be rendered within the class attribute. |
Output generated by Vdldoc View Declaration Language Documentation Generator.