The panelTabSet is a container component which itself contains one or more panelTab
components, which are also container components. The panelTabSet component displays the "active"
panelTab, hiding the contents of the others. Users can select which panelTab to make visible by
clicking on the tab header of the panelTab that they want to display.
The panelTabSet component can be used in cases where a file-tab navigation interface is appropriate.
| Attributes |
| Name | Required | Request-time | Type | Description |
| id | false | false | java.lang.String | Every component may have an unique id. Automatically created if omitted. |
| rendered | false | false | java.lang.String | If false, this component will not be rendered. |
| binding | false | false | java.lang.String | Component binding. |
| first | false | false | java.lang.String |
Zero-relative row number of the first row to be displayed. If this
property is set to zero, rendering will begin with the first row of
the underlying data.
|
| rows | false | false | java.lang.String |
The number of rows to display, starting with the one identified by the
"first" property. If this value is set to zero, all available rows in
the underlying data model will be displayed.
|
| value | false | false | java.lang.String |
The current value of this component.
|
| var | false | false | java.lang.String |
Name of a request-scope attribute under which the model data for the
row selected by the current value of the "rowIndex" property (i.e.
also the current value of the "rowData" property) will be exposed.
|
| dir | false | false | java.lang.String | Passed through to root element. |
| lang | false | false | java.lang.String | Passed through to root element. |
| style | false | false | java.lang.String | Passed through to root element. |
| title | false | false | java.lang.String | Passed through to root element. |
| styleClass | false | false | java.lang.String |
Defines the base class name for all style classes used in tabbed panes. Default value is iceTabSet.
Style Classes Used:
- iceTabSet
- iceTabSetTabOn .LeftTop
- iceTabSetTabOn .MiddleTop
- iceTabSetTabOn .RightTop
- iceTabSetTabOn .LeftMiddle
- iceTabSetTabOn .MiddleMiddle
- iceTabSetTabOn .MiddleMiddle a
- iceTabSetTabOn .RightMiddle
- iceTabSetTabOn .LeftBottom
- iceTabSetTabOn .MiddleBottom
- iceTabSetTabOn .RightBottom
- iceTabSetTabOff .LeftTop
- iceTabSetTabOff .MiddleTop
- iceTabSetTabOff .RightTop
- iceTabSetTabOff .LeftMiddle
- iceTabSetTabOff .MiddleMiddle
- iceTabSetTabOff .MiddleMiddle a
- iceTabSetTabOff .RightMiddle
- iceTabSetTabOff .LeftBottom
- iceTabSetTabOff .MiddleBottom
- iceTabSetTabOff .RightBottom
- iceTabSetTabOver .LeftTop
- iceTabSetTabOver .MiddleTop
- iceTabSetTabOver .RightTop
- iceTabSetTabOver .LeftMiddle
- iceTabSetTabOver .MiddleMiddle
- iceTabSetTabOver .MiddleMiddle a
- iceTabSetTabOver .RightMiddle
- iceTabSetTabOver .LeftBottom
- iceTabSetTabOver .MiddleBottom
- iceTabSetTabOver .RightBottom
- iceTabSetTabOnBottom .LeftTop
- iceTabSetTabOnBottom .MiddleTop
- iceTabSetTabOnBottom .RightTop
- iceTabSetTabOnBottom .LeftMiddle
- iceTabSetTabOnBottom .MiddleMiddle
- iceTabSetTabOnBottom .MiddleMiddle a
- iceTabSetTabOnBottom .RightMiddle
- iceTabSetTabOnBottom .LeftBottom
- iceTabSetTabOnBottom .MiddleBottom
- iceTabSetTabOnBottom .RightBottom
- iceTabSetTabOffBottom .LeftTop
- iceTabSetTabOffBottom .MiddleTop
- iceTabSetTabOffBottom .RightTop
- iceTabSetTabOffBottom .LeftMiddle
- iceTabSetTabOffBottom .MiddleMiddle
- iceTabSetTabOffBottom .MiddleMiddle a
- iceTabSetTabOffBottom .RightMiddle
- iceTabSetTabOffBottom .LeftBottom
- iceTabSetTabOffBottom .MiddleBottom
- iceTabSetTabOffBottom .RightBottom
- iceTabSetTabOverBottom .LeftTop
- iceTabSetTabOverBottom .MiddleTop
- iceTabSetTabOverBottom .RightTop
- iceTabSetTabOverBottom .LeftMiddle
- iceTabSetTabOverBottom .MiddleMiddle
- iceTabSetTabOverBottom .MiddleMiddle a
- iceTabSetTabOverBottom .RightMiddle
- iceTabSetTabOverBottom .LeftBottom
- iceTabSetTabOverBottom .MiddleBottom
- iceTabSetTabOverBottom .RightBottom
- iceTabSetTabSpacer
- iceTabSetTabSpacerBottom
|
| onclick | false | false | java.lang.String | Passed through to root element. |
| ondblclick | false | false | java.lang.String | Passed through to root element. |
| onmousedown | false | false | java.lang.String | Passed through to root element. |
| onmouseup | false | false | java.lang.String | Passed through to root element. |
| onmouseover | false | false | java.lang.String | Passed through to root element. |
| onmousemove | false | false | java.lang.String | Passed through to root element. |
| onmouseout | false | false | java.lang.String | Passed through to root element. |
| onkeypress | false | false | java.lang.String | Passed through to root element. |
| onkeydown | false | false | java.lang.String | Passed through to root element. |
| onkeyup | false | false | java.lang.String | Passed through to root element. |
| align | false | false | java.lang.String | Passed through to root element. |
| border | false | false | java.lang.String | Passed through to root element. |
| bgcolor | false | false | java.lang.String | Passed through to root element. |
| cellpadding | false | false | java.lang.String | Passed through to root element. |
| cellspacing | false | false | java.lang.String | Passed through to root element. |
| frame | false | false | java.lang.String | Passed through to root element. |
| rules | false | false | java.lang.String | Passed through to root element. |
| summary | false | false | java.lang.String | Passed through to root element. |
| height | false | false | java.lang.String | Passed through to root element. |
| width | false | false | java.lang.String | Passed through to root element. |
| renderedOnUserRole | false | false | java.lang.String |
If user is in given role, this component will be rendered
normally. If not, nothing is rendered and the body of this tag
will be skipped.
|
| selectedIndex | false | false | java.lang.String |
Index of tab that is selected by default.
|
| tabPlacement | false | false | java.lang.String |
The placement for the tabs relative to the content.
Possible values; Top, Bottom. Default is Top.
Left and Right not supported in this release.
|