Tag Information
Tag Class org.richfaces.taglib.PanelBarTag
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 component 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 component item
height false false javax.el.ValueExpression
(must evaluate to java.lang.String)
The height of the slide panel. Might be defined as pixels or as percentage. Default value is "100%".
id false false java.lang.String Every component may have a unique id that is automatically created if omitted
immediate false false javax.el.ValueExpression
(must evaluate to boolean)
A flag indicating that this component value must be converted and validated immediately (that is, during Apply Request Values phase), rather than waiting until a Process Validations phase
onclick false false javax.el.ValueExpression
(must evaluate to java.lang.String)
The client-side script method to be called when a panel bar is clicked
onitemchange 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 changed
onitemchanged false false javax.el.ValueExpression
(must evaluate to java.lang.String)
The client-side script method to be called after a panel bar item has been changed
onmousemove false false javax.el.ValueExpression
(must evaluate to java.lang.String)
The client-side script method to be called when a pointer is moved within the component
onmouseout false false javax.el.ValueExpression
(must evaluate to java.lang.String)
The client-side script method to be called when a pointer is moved away from the component
onmouseover false false javax.el.ValueExpression
(must evaluate to java.lang.String)
The client-side script method to be called when a pointer is moved onto the component
rendered false false javax.el.ValueExpression
(must evaluate to boolean)
If "false", this component is not rendered
selectedPanel false false javax.el.ValueExpression
(must evaluate to java.lang.Object)
Attribure defines name of selected item
style false false javax.el.ValueExpression
(must evaluate to java.lang.String)
CSS style rules to be applied to the component
styleClass false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Assigns one or more space-separated CSS class names to the component. Corresponds to the HTML "class" attribute.
value false false javax.el.ValueExpression
(must evaluate to java.lang.Object)
The current value of this component
valueChangeListener false false javax.el.MethodExpression
(signature must match void valueChangeListener(javax.faces.event.ValueChangeEvent))
Listener for value changes
width false false javax.el.ValueExpression
(must evaluate to java.lang.String)
The width of the slide panel. Might be defined as pixels or as percentage. Default value is "100%".