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 java.lang.String)
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)
The component content style class
contentStyle false false javax.el.ValueExpression
(must evaluate to java.lang.String)
The component content style
headerClass false false javax.el.ValueExpression
(must evaluate to java.lang.String)
The component header style class
headerClassActive false false javax.el.ValueExpression
(must evaluate to java.lang.String)
The component header style class active
headerStyle false false javax.el.ValueExpression
(must evaluate to java.lang.String)
The component header style
headerStyleActive false false javax.el.ValueExpression
(must evaluate to java.lang.String)
The component header style active
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
name false false javax.el.ValueExpression
(must evaluate to java.lang.Object)
Attribute defines item name
onenter false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Event must occurs on than item has been entered
onleave false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Event must occurs on than item has been leaved
rendered false false javax.el.ValueExpression
(must evaluate to boolean)
If "false", this component is not rendered