RichFaces ( Legacy URL )
Tag tabPanel


A tab panel displaying tabs for grouping content of a panel.


Tag Information
Tag Classorg.richfaces.taglib.TabPanelTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
activeTabClassfalsefalsejava.lang.StringA CSS class to be applied to an active tab
bindingfalsefalsejava.lang.StringThe attribute takes a value-binding expression for a component property of a backing bean
contentClassfalsefalsejava.lang.StringA CSS class for content of a tab panel
contentStylefalsefalsejava.lang.StringA CSS style is for the content of a tab panel
converterfalsefalsejava.lang.StringId of Converter to be used or reference to a Converter
converterMessagefalsefalsejava.lang.StringA ValueExpression enabled attribute that, if present, will be used as the text of the converter message, replacing any message that comes from the converter
dirfalsefalsejava.lang.StringDirection indication for text that does not inherit directionality. Valid values are "LTR" (left-to-right) and "RTL" (right-to-left)
disabledTabClassfalsefalsejava.lang.StringA CSS class to be applied to a disabled tab
headerAlignmentfalsefalsejava.lang.StringSets tab headers alignment. It can be "left" or "right". "left" is used by default
headerClassfalsefalsejava.lang.StringA CSS style is for the header of a tab panel.
headerSpacingfalsefalsejava.lang.StringSets tab headers spacing. It should be a valid size unit expression
heightfalsefalsejava.lang.StringHeight of a tab panel defined in pixels or in percents
idfalsefalsejava.lang.StringEvery component may have a unique id that is automatically created if omitted
immediatefalsefalsejava.lang.StringA 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
inactiveTabClassfalsefalsejava.lang.StringCSS class to be applied to an inactive (but not disabled) tab
langfalsefalsejava.lang.StringCode describing the language used in the generated markup for this component
onclickfalsefalsejava.lang.StringHTML: a script expression; a pointer button is clicked
ondblclickfalsefalsejava.lang.StringHTML: a script expression; a pointer button is double-clicked
onkeydownfalsefalsejava.lang.StringHTML: a script expression; a key is pressed down
onkeypressfalsefalsejava.lang.StringHTML: a script expression; a key is pressed and released
onkeyupfalsefalsejava.lang.StringHTML: a script expression; a key is released
onmousedownfalsefalsejava.lang.StringHTML: script expression; a pointer button is pressed down
onmousemovefalsefalsejava.lang.StringHTML: a script expression; a pointer is moved within
onmouseoutfalsefalsejava.lang.StringHTML: a script expression; a pointer is moved away
onmouseoverfalsefalsejava.lang.StringHTML: a script expression; a pointer is moved onto
onmouseupfalsefalsejava.lang.StringHTML: script expression; a pointer button is released
renderedfalsefalsejava.lang.StringIf "false", this component is not rendered
requiredfalsefalsejava.lang.StringIf "true", this component is checked for non-empty input
requiredMessagefalsefalsejava.lang.StringA 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
selectedTabfalsefalsejava.lang.StringAttribute defines name of selected tab
stylefalsefalsejava.lang.StringCSS style(s) is/are to be applied when this component is rendered
styleClassfalsefalsejava.lang.StringCorresponds to the HTML class attribute
switchTypefalsefalsejava.lang.StringTab switch algorithm: "client", "server"(default), "ajax"
tabClassfalsefalsejava.lang.StringA CSS class to be applied to all tabs
titlefalsefalsejava.lang.StringAdvisory title information about markup elements generated for this component
validatorfalsefalsejava.lang.StringMethodBinding pointing at a method that is called during Process Validations phase of the request processing lifecycle, to validate the current value of this component
validatorMessagefalsefalsejava.lang.StringA ValueExpression enabled attribute that, if present, will be used as the text of the validator message, replacing any message that comes from the validator
valuefalsefalsejava.lang.StringThe initial value to set when rendered for the first time
valueChangeListenerfalsefalsejava.lang.StringListener for value changes
widthfalsefalsejava.lang.StringWidth of a tab panel defined in pixels or in percents. The default value is 100%

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.