Info | Value |
---|---|
Component Type | org.primefaces.component.AccordionPanel |
Handler Class | org.primefaces.component.accordionpanel.AccordionPanelComponentHandler |
Renderer Type | org.primefaces.component.AccordionPanelRenderer |
Description | None |
Name | Required | Type | Description |
---|---|---|---|
activeIndex | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Index of the active tab or a comma separated string of indexes when multiple mode is on. Alternative: all. Default: 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. |
cache | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Defines if activating a dynamic tab should load the contents from server again. |
dir | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Defines text direction, valid values are "ltr" (default) and "rtl". |
dynamic | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Defines the toggle mode. |
id | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Unique identifier of the component in a namingContainer. |
multiple | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Enables activating multiple tabs, default is false. |
multiViewState | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Whether to keep AccordionPanel state across views, defaults to false. |
onTabChange | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Client side callback to execute when a tab is clicked. |
onTabClose | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Client side callback to execute when a tab is closed. |
onTabShow | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Client side callback to execute when a tab is shown. |
prependId | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
| AccordionPanel is a naming container thus prepends its id to its children by default, a false value turns this behavior off except for dynamic tabs. |
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. |
scrollIntoView | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Should the tab scroll into view. One of start, center, end, nearest, or null if disabled. Default is null. |
style | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Inline style of the container element. |
styleClass | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Style class of the container element. |
tabController | false | jakarta.el.ValueExpression
(must evaluate to javax.el.MethodExpression )
| Method providing suggestions. |
tabindex | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Position of the headers in the tabbing order. Default is 0. |
toggleSpeed | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer )
| Sets toggle animation speed in milliseconds. Default is 500. |
value | false | jakarta.el.ValueExpression
(must evaluate to java.util.List )
| List to iterate to display dynamic number of tabs. |
var | false | java.lang.String | Name of collection iterator to use in dynamic number of tabs. |
varStatus | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Name of the exported request scoped variable for the status of the iteration. |
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.