Tag Information
Tag Class org.richfaces.taglib.PanelBarItemTag
TagExtraInfo Class None
Body Content JSP
Display Name None
Attributes
Name Required Request-time Type Description
binding false false javax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
The attribute takes a value-binding expression for a component property of a backing bean
contentClass false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Assigns one or more space-separated CSS class names to the component content
contentStyle false false javax.el.ValueExpression
(must evaluate to java.lang.String)
CSS style rules to be applied to the component content
headerClass false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Assigns one or more space-separated CSS class names to the component header
headerClassActive false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Assigns one or more space-separated CSS class names to the header of the active item
headerStyle false false javax.el.ValueExpression
(must evaluate to java.lang.String)
CSS style rules to be applied to the component header
headerStyleActive false false javax.el.ValueExpression
(must evaluate to java.lang.String)
CSS style rules to be applied to the header of the active item
id false false java.lang.String Every component may have a unique id that is automatically created if omitted
label false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Label text appears on a panel item header. Default value is "auto generated label"
name false false javax.el.ValueExpression
(must evaluate to java.lang.Object)
Attribute defines item name. Default value is "getId()".
onenter false false javax.el.ValueExpression
(must evaluate to java.lang.String)
The client-side script method to be called when a panel bar item is opened
onleave false false javax.el.ValueExpression
(must evaluate to java.lang.String)
The client-side script method to be called when a panel bar item is leaved
rendered false false javax.el.ValueExpression
(must evaluate to boolean)
If "false", this component is not rendered