UIComponentClass: org.apache.myfaces.tobago.component.UITabGroup
RendererType:
Supported markups:
Info | Value |
---|---|
Component Type | org.apache.myfaces.tobago.TabGroup |
Handler Class | org.apache.myfaces.tobago.facelets.TobagoComponentHandler |
Renderer Type | TabGroup |
Description | None |
Name | Required | Type | Description |
---|---|---|---|
action | false | java.lang.String | Action to invoke when clicked. This must be a MethodExpression or a String representing the application action to invoke when this component is activated by the user. The {@link javax.el.MethodExpression} must evaluate to a public method that takes no parameters, and returns a {@link String} (the logical outcome) which is passed to the {@link javax.faces.application.NavigationHandler} for this application. The string is directly passed to the navigation handler. |
actionListener | false | java.lang.String | MethodExpression representing an action listener method that will be notified when this component is activated by the user. The expression must evaluate to a public method that takes an ActionEvent parameter, with a return type of void. |
binding | false | javax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent )
| The value binding expression linking this component to a property in a backing bean.
For Facelets, the component is the outer UIPanel, not the input control. Type: javax.faces.component.UIComponent |
id | false | 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 |
immediate | false | javax.el.ValueExpression
(must evaluate to java.lang.Boolean )
| 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: boolean Default: false |
markup | false | javax.el.ValueExpression
(must evaluate to org.apache.myfaces.tobago.context.Markup )
| Indicate markup of this component.
The allowed markups can be defined or overridden in the theme.
The value 'none' should not be used any longer. Just leave the attribute empty, or use a NULL pointer. Type: org.apache.myfaces.tobago.context.Markup |
rendered | false | javax.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Flag indicating whether or not this component should be rendered
(during Render Response Phase), or processed on any subsequent form submit. Type: boolean Default: true |
selectedIndex | false | javax.el.ValueExpression
(must evaluate to java.lang.Integer )
| ValueBindingExpression pointing to a Integer to save the
component's selected Tab. Type: java.lang.Integer Default: 0 |
showNavigationBar | false | javax.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Flag indicating that the tab navigation bar is rendered. Type: boolean Default: true |
switchType | false | javax.el.ValueExpression
(must evaluate to org.apache.myfaces.tobago.model.SwitchType )
| Indicating how tab switching should be done. Possible values are:
Type: org.apache.myfaces.tobago.model.SwitchType Default: client Allowed Values: [client, reloadPage, reloadTab] |
tabChangeListener | false | java.lang.String | No Description |
tip | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Text value to display as tooltip. Type: java.lang.String |
Output generated by Vdldoc View Declaration Language Documentation Generator.