| 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)
|
The component content style class |
| contentStyle | false | false |
javax.el.ValueExpression
(must evaluate to java.lang.String)
|
The component content style |
| converter | false | false |
javax.el.ValueExpression
(must evaluate to javax.faces.convert.Converter)
|
Id of Converter to be used or reference to a Converter |
| converterMessage | false | false |
javax.el.ValueExpression
(must evaluate to java.lang.String)
|
A ValueExpression enabled attribute that, if present, will be used as the text of the converter message, replacing any message that comes from the converter. |
| 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 |
| 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. The default height 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 |
| label | false | false |
javax.el.ValueExpression
(must evaluate to java.lang.String)
|
A localized user presentable name for this component. |
| onclick | false | false |
javax.el.ValueExpression
(must evaluate to java.lang.String)
|
JavaScript code for call before header onclick |
| onitemchange | false | false |
javax.el.ValueExpression
(must evaluate to java.lang.String)
|
Event must occurs on than item has been changed |
| onmousemove | false | false |
javax.el.ValueExpression
(must evaluate to java.lang.String)
|
Event must occurs on than item has been changed |
| onmouseout | false | false |
javax.el.ValueExpression
(must evaluate to java.lang.String)
|
Event must occurs on than item has been changed |
| onmouseover | false | false |
javax.el.ValueExpression
(must evaluate to java.lang.String)
|
Event must occurs on than item has been changed |
| rendered | false | false |
javax.el.ValueExpression
(must evaluate to boolean)
|
If "false", this component is not rendered |
| required | false | false |
javax.el.ValueExpression
(must evaluate to boolean)
|
If "true", this component is checked for non-empty input |
| requiredMessage | false | false |
javax.el.ValueExpression
(must evaluate to java.lang.String)
|
A ValueExpression enabled attribute that, if present, will be used as the text of the validation message for the "required" facility, if the "required" facility is used. |
| 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(s) is/are to be applied when this component is rendered |
| styleClass | false | false |
javax.el.ValueExpression
(must evaluate to java.lang.String)
|
Corresponds to the HTML class attribute. |
| validator | false | false |
javax.el.MethodExpression
(signature must match void validator(javax.faces.context.FacesContext, javax.faces.component.UIComponent, java.lang.Object))
|
MethodBinding pointing at a method that is called during Process Validations phase of the request processing lifecycle, to validate the current value of this component |
| validatorMessage | false | false |
javax.el.ValueExpression
(must evaluate to java.lang.String)
|
A ValueExpression enabled attribute that, if present, will be used as the text of the validator message, replacing any message that comes from the validator. |
| value | false | false |
javax.el.ValueExpression
(must evaluate to java.lang.Object)
|
The initial value to set when rendered for the first time |
| 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. The default width is 100% |