rich
Tag toolbarGroup


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.



Tag Information
Component type org.richfaces.ToolbarGroup
Tag Name rich:toolbarGroup
Renderer Type org.richfaces.ToolbarGroupRenderer
Handler Class None

Attributes
Name Required Type Description
binding false javax.faces.component.UIComponent The value binding expression used to wire up this component to a component property of a JavaBean class
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.
itemClass false java.lang.String CSS style(s) to be applied when the item elements are rendered.
itemSeparator false 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 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 java.lang.String

Location of the toolbar items in the parent toolbar. Can be one of "left" or "right"

Default is "left"

onitemclick false java.lang.String The client-side script method to be called when an item is clicked
onitemdblclick false java.lang.String The client-side script method to be called when an item is double-clicked
onitemkeydown false java.lang.String The client-side script method to be called when a key is pressed down over the element
onitemkeypress false java.lang.String The client-side script method to be called when a key is pressed and released over an item
onitemkeyup false java.lang.String The client-side script method to be called when a key is released
onitemmousedown false java.lang.String The client-side script method to be called when a mouse button is pressed down over an item
onitemmousemove false java.lang.String The client-side script method to be called when a pointer is moved within an item
onitemmouseout false java.lang.String The client-side script method to be called when a pointer is moved away from an item
onitemmouseover false java.lang.String The client-side script method to be called when a pointer is moved onto an item
onitemmouseup false java.lang.String The client-side script method to be called when a mouse button is released over an item
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.


Output Generated by Tag Library Documentation Generator.