Tag Information
Tag Class org.richfaces.taglib.TabPanelTag
TagExtraInfo Class None
Body Content JSP
Display Name None
Attributes
Name Required Request-time Type Description
activeTabClass false false javax.el.ValueExpression
(must evaluate to java.lang.String)
A CSS class to be applied to an active tab
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)
A CSS class for content of a tab panel
contentStyle false false javax.el.ValueExpression
(must evaluate to java.lang.String)
A CSS style is for the content of a tab panel
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
dir false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Direction indication for text that does not inherit directionality. Valid values are "LTR" (left-to-right) and "RTL" (right-to-left)
disabledTabClass false false javax.el.ValueExpression
(must evaluate to java.lang.String)
A CSS class to be applied to a disabled tab
headerAlignment false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Sets tab headers alignment. It can be "left" or "right". Default value is "left".
headerClass false false javax.el.ValueExpression
(must evaluate to java.lang.String)
A CSS style is for the header of a tab panel.
headerSpacing false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Sets tab headers spacing. It should be a valid size unit expression. Default value is "1px".
height false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Height of a tab panel defined in pixels or in percents
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
inactiveTabClass false false javax.el.ValueExpression
(must evaluate to java.lang.String)
CSS class to be applied to an inactive (but not disabled) tab
label false false javax.el.ValueExpression
(must evaluate to java.lang.String)
A localized user presentable name for this component.
lang false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Code describing the language used in the generated markup for this component
onclick false false javax.el.ValueExpression
(must evaluate to java.lang.String)
HTML: a script expression; a pointer button is clicked
ondblclick false false javax.el.ValueExpression
(must evaluate to java.lang.String)
HTML: a script expression; a pointer button is double-clicked
onkeydown false false javax.el.ValueExpression
(must evaluate to java.lang.String)
HTML: a script expression; a key is pressed down
onkeypress false false javax.el.ValueExpression
(must evaluate to java.lang.String)
HTML: a script expression; a key is pressed and released
onkeyup false false javax.el.ValueExpression
(must evaluate to java.lang.String)
HTML: a script expression; a key is released
onmousedown false false javax.el.ValueExpression
(must evaluate to java.lang.String)
HTML: script expression; a pointer button is pressed down
onmousemove false false javax.el.ValueExpression
(must evaluate to java.lang.String)
HTML: a script expression; a pointer is moved within
onmouseout false false javax.el.ValueExpression
(must evaluate to java.lang.String)
HTML: a script expression; a pointer is moved away
onmouseover false false javax.el.ValueExpression
(must evaluate to java.lang.String)
HTML: a script expression; a pointer is moved onto
onmouseup false false javax.el.ValueExpression
(must evaluate to java.lang.String)
HTML: script expression; a pointer button is released
ontabchange false false javax.el.ValueExpression
(must evaluate to java.lang.String)
HTML: a script expression; a tab 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
selectedTab false false javax.el.ValueExpression
(must evaluate to java.lang.Object)
Attribute defines name of selected tab
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
switchType false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Tabs switch mode: "client", "server"(default), "ajax"
tabClass false false javax.el.ValueExpression
(must evaluate to java.lang.String)
A CSS class to be applied to all tabs
title false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Advisory title information about markup elements generated for this component
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 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)
Width of a tab panel defined in pixels or in percents. The default value is 100%