tc

Tag tabGroup

Component Information 
InfoValue
Component Typeorg.apache.myfaces.tobago.TabGroup
Handler Classorg.apache.myfaces.tobago.facelets.TobagoComponentHandler
Renderer TypeTabGroup
DescriptionNone
Attributes 
NameRequiredTypeDescription
actionfalsejava.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.
actionListenerfalsejava.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.
bindingfalsejavax.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
idfalsejava.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
immediatefalsejavax.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
markupfalsejavax.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
renderedfalsejavax.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
selectedIndexfalsejavax.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
showNavigationBarfalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Flag indicating that the tab navigation bar is rendered.
Type: boolean
Default: true
switchTypefalsejavax.el.ValueExpression
(must evaluate to org.apache.myfaces.tobago.model.SwitchType)

Indicating how tab switching should be done.

Possible values are:

client
Tab switching is done on client, no server Request.
reloadPage
Tab switching is done by server request. Full page is reloaded.
reloadTab
Tab switching is done by server request. Only the Tab is reloaded.

Type: org.apache.myfaces.tobago.model.SwitchType
Default: client
Allowed Values: [client, reloadPage, reloadTab]
tabChangeListenerfalsejava.lang.StringNo Description
tipfalsejavax.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.