rich
Tag tabPanel


The <rich:tabPanel> component provides a set of tabbed panels for displaying one panel of content at a time. The tabs can be highly customized and themed. Each tab within a <rich:tabPanel> container is a <rich:tab> component.

@author akolonitsky


Tag Information
Component type org.richfaces.TabPanel
Tag Name rich:tabPanel
Renderer Type org.richfaces.TabPanelRenderer
Handler Class org.richfaces.view.facelets.html.TogglePanelTagHandler

Attributes
Name Required Type Description
activeItem false java.lang.String Holds the active tab name. This name is a reference to the name identifier of the active child <rich:tab> component.
binding false javax.faces.component.UIComponent The value binding expression used to wire up this component to a component property of a JavaBean class
converter false javax.faces.convert.Converter Converter instance registered with this component.
cycledSwitching false boolean Applicable when cycling through the tabs. If "true", then when the last tab is active, cycling to next will activate the first tab, if "false", cycling to next will have not effect. The inverse applies for the first tab, and cycling to previous. Whether to Default: false
dir false java.lang.String Direction indication for text that does not inherit directionality. Valid values are "LTR" (left-to-right) and "RTL" (right-to-left).
headerAlignment false org.richfaces.HeaderAlignment The alignment of the tab panel header: left, center, right, bottom, top
headerPosition false org.richfaces.HeaderPosition The position of the header: top, bottom, left, right
id false java.lang.String The component identifier for this component. This value must be unique within the closest parent component that is a naming container.
immediate false boolean Flag indicating that this component's value must be converted and validated immediately (that is, during Apply Request Values phase), rather than waiting until Process Validations phase.
itemChangeListener false javax.el.MethodExpression Occurs on the server side when an item is changed through Ajax using the server mode
lang false java.lang.String Code describing the language used in the generated markup for this component.
onbeforeitemchange false java.lang.String The client-side script method to be called before the item is changed.
onclick false java.lang.String Javascript code executed when a pointer button is clicked over this element.
ondblclick false java.lang.String Javascript code executed when a pointer button is double clicked over this element.
onitemchange false java.lang.String The client-side script method to be called after the item is changed.
onmousedown false java.lang.String Javascript code executed when a pointer button is pressed down over this element.
onmousemove false java.lang.String Javascript code executed when a pointer button is moved within this element.
onmouseout false java.lang.String Javascript code executed when a pointer button is moved away from this element.
onmouseover false java.lang.String Javascript code executed when a pointer button is moved onto this element.
onmouseup false java.lang.String Javascript code executed when a pointer button is released over this element.
rendered false boolean Flag indicating whether or not this component should be rendered (during Render Response Phase), or processed on any subsequent form submit. The default value for this property is true.
style false java.lang.String CSS style(s) to be applied when this component is rendered.
styleClass false java.lang.String Space-separated list of CSS style class(es) to be applied when this element is rendered. This value must be passed through as the "class" attribute on generated markup.
switchType false org.richfaces.component.SwitchType The switch mode when a panel is activated. One of: "client", "server", "ajax". Default: "ajax"
tabActiveHeaderClass false java.lang.String Space-separated list of CSS style class(es) for active tab header.
tabContentClass false java.lang.String Space-separated list of CSS style class(es) for tab content
tabDisabledHeaderClass false java.lang.String Space-separated list of CSS style class(es) for disabled tab headers.
tabHeaderClass false java.lang.String Space-separated list of CSS style class(es) for tab headers.
tabInactiveHeaderClass false java.lang.String Space-separated list of CSS style class(es) for inactive tab headers.
title false java.lang.String Advisory title information about markup elements generated for this component.


Output Generated by Tag Library Documentation Generator.