| |||||||
FRAMES NO FRAMES |
UIComponentClass: org.apache.myfaces.tobago.component.UITabGroup
RendererType: TabGroup
Tag Information | |
Tag Class | org.apache.myfaces.tobago.taglib.component.TabGroupTag |
TagExtraInfo Class | None |
Body Content | JSP |
Display Name | None |
Attributes | ||||
Name | Required | Request-time | Type | Description |
id | false | true | java.lang.String | The component identifier for this component. This value must be unique within the closest parent component that is a naming container. Type: java.lang.String |
binding | false | true | java.lang.String | The value binding expression linking this component to a property in a backing bean. Warning: For the tobago extension library tx the binding differs from JSP and Facelets:
|
rendered | false | true | java.lang.String | Flag indicating whether or not this component should be rendered (during Render Response Phase), or processed on any subsequent form submit. Type: java.lang.Boolean Default: true |
width | false | true | java.lang.String | **** @deprecated. Will be removed in a future version **** The width for this component.Type: java.lang.String |
height | false | true | java.lang.String | **** @deprecated. Will be removed in a future version **** The height for this component.Type: java.lang.String |
immediate | false | true | java.lang.String | Flag indicating that, if this component is activated by the user, notifications should be delivered to interested listeners and actions immediately (that is, during Apply Request Values phase) rather than waiting until Invoke Application phase. Type: java.lang.Boolean Default: false |
selectedIndex | false | true | java.lang.String | ValueBindingExpression pointing to a Integer to save the component's selected Tab. Type: java.lang.Integer |
serverside | false | true | java.lang.String | **** @deprecated. Will be removed in a future version **** Deprecated! Use 'switchType' instead. Flag indicating that tab switching is done by server request.Type: java.lang.Boolean Default: false |
showNavigationBar | false | true | java.lang.String | Flag indicating that the tab navigation bar is rendered. Type: java.lang.Boolean Default: true |
state | false | true | java.lang.String | **** @deprecated. Will be removed in a future version **** ValueBindingExpression pointing to a Integer to save the component's selected Tab.Type: java.lang.Integer |
switchType | false | true | java.lang.String | Indicating how tab switching should be done. Possible values are:
Type: java.lang.String Default: client Allowed values: [client, reloadPage, reloadTab] |
tabChangeListener | false | true | java.lang.String | Type: javax.faces.el.MethodBinding |
Variables | No Variables Defined. |
| |||||||
FRAMES NO FRAMES |