The <rich:toolbarGroup> component is a child component of the <rich:toolbar> component. The <rich:toolbarGroup> component is used to group a number of items together on a toolbar.
| Info | Value |
|---|---|
| Component Type | org.richfaces.ToolbarGroup |
| Handler Class | None |
| Renderer Type | org.richfaces.ToolbarGroupRenderer |
| Description | The <rich:toolbarGroup> component is a child component of the <rich:toolbar> component. The <rich:toolbarGroup> component is used to group a number of items together on a toolbar. |
| Name | Required | Type | Description |
|---|---|---|---|
binding |
false
| javax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
| The value binding expression used to wire up this component to a component property of a JavaBean class |
id |
false
| javax.el.ValueExpression
(must evaluate to java.lang.String)
| The component identifier for this component. This value must be unique within the closest parent component that is a naming container. |
itemClass |
false
| javax.el.ValueExpression
(must evaluate to java.lang.String)
| CSS style(s) to be applied when the item elements are rendered. |
itemSeparator |
false
| javax.el.ValueExpression
(must evaluate to java.lang.String)
| A separator between items on a bar. Possible values are "none", "line", "square", "disc" and "grid". Default value is "none". |
itemStyle |
false
| javax.el.ValueExpression
(must evaluate to java.lang.String)
| Space-separated list of CSS style class(es) to be applied when the item element is rendered. This value must be passed through as the "class" attribute on generated markup. |
location |
false
| javax.el.ValueExpression
(must evaluate to java.lang.String)
| Location of the toolbar items in the parent toolbar. Can be one of "left" or "right" Default is "left" |
onitemclick |
false
| javax.el.ValueExpression
(must evaluate to java.lang.String)
| The client-side script method to be called when an item is clicked |
onitemdblclick |
false
| javax.el.ValueExpression
(must evaluate to java.lang.String)
| The client-side script method to be called when an item is double-clicked |
onitemkeydown |
false
| javax.el.ValueExpression
(must evaluate to java.lang.String)
| The client-side script method to be called when a key is pressed down over the element |
onitemkeypress |
false
| javax.el.ValueExpression
(must evaluate to java.lang.String)
| The client-side script method to be called when a key is pressed and released over an item |
onitemkeyup |
false
| javax.el.ValueExpression
(must evaluate to java.lang.String)
| The client-side script method to be called when a key is released |
onitemmousedown |
false
| javax.el.ValueExpression
(must evaluate to java.lang.String)
| The client-side script method to be called when a mouse button is pressed down over an item |
onitemmousemove |
false
| javax.el.ValueExpression
(must evaluate to java.lang.String)
| The client-side script method to be called when a pointer is moved within an item |
onitemmouseout |
false
| javax.el.ValueExpression
(must evaluate to java.lang.String)
| The client-side script method to be called when a pointer is moved away from an item |
onitemmouseover |
false
| javax.el.ValueExpression
(must evaluate to java.lang.String)
| The client-side script method to be called when a pointer is moved onto an item |
onitemmouseup |
false
| javax.el.ValueExpression
(must evaluate to java.lang.String)
| The client-side script method to be called when a mouse button is released over an item |
rendered |
false
| javax.el.ValueExpression
(must evaluate to 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. |
Output generated by Vdldoc View Declaration Language Documentation Generator.