| id |
String |
false
|
generated
| Unique identifier of the component in a namingContainer. |
| rendered |
boolean |
false
|
true
| Boolean value to specify the rendering of the component, when set to false component will not be rendered. |
| binding |
UIComponent |
false
|
generated
| An EL expression referring to a server side UIComponent instance in a backing bean. |
| widgetVar |
String |
false
|
generated ('widget_' + componentClientId)
| Name of the client side widget. |
| active |
String |
false
|
| Active tab index(es)/key(s). Use 'none'/'-1' to collapse all, or 'all' to expand all. |
| activeIndex |
String |
false
|
0
| (Deprecated, use active instead!) Active tab index(es). Supports '-1' or 'all'. |
| cache |
boolean |
false
|
true
| When enabled, dynamically loaded tab contents are cached. |
| dir |
String |
false
|
ltr
| Defines text direction, valid values are ltr and rtl. |
| dynamic |
boolean |
false
|
false
| When enabled, only active tab contents are rendered. |
| multiViewState |
boolean |
false
|
false
| Whether to keep component state across views. |
| multiple |
boolean |
false
|
false
| Allows multiple tabs to be active at the same time. |
| offset |
int |
false
|
0
| Index of the first item to iterate. |
| onTabChange |
String |
false
|
| Client side callback to execute when a tab is changed. |
| onTabClose |
String |
false
|
| Client side callback to execute when a tab is closed. |
| onTabShow |
String |
false
|
| Client side callback to execute when a tab is shown. |
| prependId |
boolean |
false
|
true
| Whether to prepend the component id to its children. |
| scrollIntoView |
String |
false
|
| Scrolls the active tab into view. Valid values are start, center, end, nearest. |
| size |
int |
false
|
-1
| Maximum number of items to iterate, whereas -1 means 'all items'. |
| step |
int |
false
|
1
| Step size for iteration. |
| style |
String |
false
|
| Inline style of the component. |
| styleClass |
String |
false
|
| Style class of the component. |
| tabController |
MethodExpression |
false
|
| MethodExpression to control tab access. |
| tabindex |
String |
false
|
0
| Position of the element in the tabbing order. |
| toggleSpeed |
int |
false
|
500
| Speed of toggling in milliseconds. |
| value |
Object |
false
|
| Value binding expression to a data model. |
| var |
String |
false
|
| Name of the request-scoped variable used to reference each data object in the iteration. |
| varStatus |
String |
false
|
| Name of the request-scoped variable used to expose the iteration status. |