rich
Tag tab


@author akolonitsky @since 2010-10-19


Tag Information
Component type org.richfaces.Tab
Tag Name rich:tab
Renderer Type org.richfaces.TabRenderer
Handler Class None

Attributes
Name Required Type Description
action false javax.faces.el.MethodBinding MethodExpression representing the application action to invoke when this component is activated by the user. The expression must evaluate to a public method that takes no parameters, and returns an Object (the toString() of which is called to derive the logical outcome) which is passed to the NavigationHandler for this application.
actionListener false javax.faces.el.MethodBinding

MethodExpression representing an action listener method that will be notified when this component is activated by the user. The expression must evaluate to a public method that takes an ActionEvent parameter, with a return type of void, or to a public method that takes no arguments with a return type of void. In the latter case, the method has no way of easily knowing where the event came from, but this can be useful in cases where a notification is needed that "some action happened".

binding false javax.faces.component.UIComponent The value binding expression used to wire up this component to a component property of a JavaBean class
bypassUpdates false boolean No Description
contentClass false java.lang.String No Description
data false java.lang.Object No Description
dir false java.lang.String No Description
disabled false boolean No Description
execute false java.lang.Object No Description
header false java.lang.String No Description
headerActiveClass false java.lang.String No Description
headerClass false java.lang.String No Description
headerDisabledClass false java.lang.String No Description
headerInactiveClass false java.lang.String No Description
headerStyle false java.lang.String No Description
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, if this component is activated by the user, notifications should be delivered to interested listeners and actions immediately (that is, during Apply Request Values phase) rather than waiting until Invoke Application phase.
lang false java.lang.String No Description
limitRender false boolean No Description
name false java.lang.String No Description
onbeforedomupdate false java.lang.String No Description
onbegin false java.lang.String No Description
onclick false java.lang.String No Description
oncomplete false java.lang.String No Description
ondblclick false java.lang.String No Description
onenter false java.lang.String No Description
onheaderclick false java.lang.String No Description
onheaderdblclick false java.lang.String No Description
onheadermousedown false java.lang.String No Description
onheadermousemove false java.lang.String No Description
onheadermouseup false java.lang.String No Description
onleave false java.lang.String No Description
onmousedown false java.lang.String No Description
onmousemove false java.lang.String No Description
onmouseout false java.lang.String No Description
onmouseover false java.lang.String No Description
onmouseup false java.lang.String No Description
render false java.lang.Object No Description
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.
status false java.lang.String No Description
style false java.lang.String No Description
styleClass false java.lang.String No Description
switchType false org.richfaces.component.SwitchType No Description
title false java.lang.String No Description
value false java.lang.Object The current value of this component.


Output Generated by Tag Library Documentation Generator.