primefaces-p

Tag accordionPanel

Component Information 
InfoValue
Component Typeorg.primefaces.component.AccordionPanel
Handler Classorg.primefaces.component.accordionpanel.AccordionPanelComponentHandler
Renderer Typeorg.primefaces.component.AccordionPanelRenderer
DescriptionNone
Attributes 
NameRequiredTypeDescription
idfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Unique identifier of the component in a namingContainer.
renderedfalsejavax.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.
bindingfalsejavax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
An el expression referring to a server side UIComponent instance in a backing bean.
widgetVarfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Name of the client side widget.
activeIndexfalsejavax.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. Default is zero.
stylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Inline style of the container element.
styleClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Style class of the container element.
onTabChangefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when a tab is clicked.
onTabShowfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when a tab is shown.
onTabClosefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when a tab is closed.
dynamicfalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Defines the toggle mode.
cachefalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Defines if activating a dynamic tab should load the contents from server again.
varfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Name of collection iterator to use in dynamic number of tabs.
valuefalsejavax.el.ValueExpression
(must evaluate to java.util.List)
List to iterate to display dynamic number of tabs.
multiplefalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Enables activating multiple tabs, default is false.
dirfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Defines text direction, valid values are "ltr" (default) and "rtl".
prependIdfalsejavax.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.
tabindexfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Position of the headers in the tabbing order. Default is 0.
tabControllerfalsejavax.el.ValueExpression
(must evaluate to javax.el.MethodExpression)
Method providing suggestions.

Output generated by Vdldoc View Declaration Language Documentation Generator.