render-kit: | FACES_CLIENT |
jsp-tag: | tabbedPanel |
component-family: | com.ibm.faces.bf.TabbedPanel |
renderer-type: | TabbedPanel |
This renderer is not responsible for rendering its children.
Attributes with a pass-through
value of
true
are not interpreted by the renderer and are passed
straight through to the rendered markup, without checking for validity. Attributes with a
pass-through
value of false
are interpreted
by the renderer, and may or may not be checked for validity by the renderer.
Attributes | |||||
attribute-name | pass-through | attribute-class | description | default-value | required |
---|---|---|---|---|---|
height
|
false | java.lang.String |
The height of the tabbed panel in pixels. | undefined | false |
initialPanelId
|
false | java.lang.String |
The id of the first panel to be shown when the tabbed panel is displayed | undefined | false |
layout
|
false | java.lang.String |
Name of Layout of TabbedPanel | undefined | false |
numOfTabs
|
false | int |
The number of tabs to make visible when the tabbed panel in rendered. Must be less than or equal to the total number for panels in the tabbed panel. | undefined | false |
showBackNextButton
|
false | boolean |
Boolean flag indicating whether the back and next buttons should be shown for the panels in the tabbed panel. | undefined | false |
showTabs
|
false | boolean |
Boolean flag indicating whether the panels should be shown or hidden. The panels are hidden when using the tabbed panel in the wizard mode. | undefined | false |
slantActiveLeft
|
false | int |
Number of pixels for "nip and tuck". | undefined | false |
slantActiveRight
|
false | int |
Number of pixels for "nip and tuck". | undefined | false |
slantInactiveLeft
|
false | int |
Number of pixels for "nip and tuck". | undefined | false |
slantInactiveRight
|
false | int |
Number of pixels for "nip and tuck". | undefined | false |
styleClass
|
false | java.lang.String |
Prefix specifying CSS for multiple tabbedpanels on the same page | undefined | false |
tabindex
|
false | java.lang.String |
Order in which tabbing will occur. | undefined | false |
variableTabLength
|
false | boolean |
Boolean flag indicating whether individual tabs should have a fixed length or variable length based on their text or image. | undefined | false |
width
|
false | java.lang.String |
The width of the tabbed panel in pixels. | undefined | false |