Info | Value |
---|---|
Component Type | org.primefaces.component.TabMenu |
Handler Class | None |
Renderer Type | org.primefaces.component.TabMenuRenderer |
Description | None |
Name | Required | Type | Description |
---|---|---|---|
activeIndex | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer )
| Index of the active tab. Default is 0. |
binding | false | jakarta.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent )
| An el expression referring to a server side UIComponent instance in a backing bean. |
id | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Unique identifier of the component in a namingContainer. |
model | false | jakarta.el.ValueExpression
(must evaluate to org.primefaces.model.menu.MenuModel )
| MenuModel instance to create menus programmatically. |
orientation | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Orientation of the tab items relative to where you want to put the content, valid values are "top" (default), "left", "right" and "bottom". |
rendered | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Boolean value to specify the rendering of the component, when set to false component will not be rendered. |
style | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Style of main container element. |
styleClass | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Style class of main container. |
widgetVar | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Name of the client side widget. |
Output generated by Vdldoc View Declaration Language Documentation Generator.