Attributes |
Name | Required | Request-time | Type | Description |
validatorMessage | false | false | java.lang.String | A ValueExpression enabled attribute that, if present, will be used as the text of the validator message, replacing any message that comes from the validator. |
inactiveTabClass | false | false | java.lang.String | CSS class to be applied to an inactive (but not disabled) tab |
activeTabClass | false | false | java.lang.String | A CSS class to be applied to an active tab |
validator | false | false | java.lang.String | MethodBinding pointing at a method that is called during Process Validations phase of the request processing lifecycle, to validate the current value of this component |
lang | false | false | java.lang.String | Code describing the language used in the generated markup for this component |
tabClass | false | false | java.lang.String | A CSS class to be applied to all tabs |
id | false | false | java.lang.String | Every component may have a unique id that is automatically created if omitted |
valueChangeListener | false | false | java.lang.String | Listener for value changes |
title | false | false | java.lang.String | Advisory title information about markup elements generated for this component |
height | false | false | java.lang.String | Height of a tab panel defined in pixels or in percents |
style | false | false | java.lang.String | CSS style(s) is/are to be applied when this component is rendered |
dir | false | false | java.lang.String | Direction indication for text that does not inherit directionality. Valid values are "LTR" (left-to-right) and "RTL" (right-to-left) |
converter | false | false | java.lang.String | Id of Converter to be used or reference to a Converter |
selectedTab | false | false | java.lang.String | Attribure defines name of selected tab. |
onmouseup | false | false | java.lang.String | HTML: script expression; a pointer button is released |
value | false | false | java.lang.String | The initial value to set when rendered for the first time |
headerAlignment | false | false | java.lang.String | Sets tab headers alignment. It can be "left", "center" or "right". "left" is used by default |
required | false | false | java.lang.String | If "true", this component is checked for non-empty input |
onmousemove | false | false | java.lang.String | HTML: a script expression; a pointer is moved within |
converterMessage | false | false | java.lang.String | A ValueExpression enabled attribute that, if present, will be used as the text of the converter message, replacing any message that comes from the converter. |
ondblclick | false | false | java.lang.String | HTML: a script expression; a pointer button is double-clicked |
onmouseout | false | false | java.lang.String | HTML: a script expression; a pointer is moved away |
width | false | false | java.lang.String | Width of a tab panel defined in pixels or in percents. The default value is 100% |
styleClass | false | false | java.lang.String | Corresponds to the HTML class attribute |
onkeyup | false | false | java.lang.String | HTML: a script expression; a key is released |
onkeypress | false | false | java.lang.String | HTML: a script expression; a key is pressed and released |
onkeydown | false | false | java.lang.String | HTML: a script expression; a key is pressed down |
disabledTabClass | false | false | java.lang.String | A CSS class to be applied to a disabled tab |
rendered | false | false | java.lang.String | If "false", this component is not rendered. |
requiredMessage | false | false | java.lang.String | A ValueExpression enabled attribute that, if present, will be used as the text of the validation message for the "required" facility, if the "required" facility is used. |
onmouseover | false | false | java.lang.String | HTML: a script expression; a pointer is moved onto |
immediate | false | false | java.lang.String | A flag indicating that this component value must be converted and validated immediately (that is, during Apply Request Values phase), rather than waiting until a Process Validations phase |
switchType | false | false | java.lang.String | Tab switch algorithm: "client", "server"(default), "ajax" |
binding | false | false | java.lang.String | The attribute takes a value-binding expression for a component property of a backing bean |
contentStyle | false | false | java.lang.String | A CSS style is for the content of a tab panel |
headerSpacing | false | false | java.lang.String | Sets tab headers spacing. It should be a valid size unit expression |
onclick | false | false | java.lang.String | HTML: a script expression; a pointer button is clicked |
onmousedown | false | false | java.lang.String | HTML: script expression; a pointer button is pressed down |
contentClass | false | false | java.lang.String | A CSS class for content of a tab panel |