JBoss.orgCommunity Documentation

6.85.  < rich:toolBarGroup >

A group of items inside a tool bar.


Table 6.473. rich : toolBarGroup attributes

Attribute NameDescription
bindingThe attribute takes a value-binding expression for a component property of a backing bean
idEvery component may have a unique id that is automatically created if omitted
itemSeparatorA separator for the items in a group. Possible values are "none", "line", "square", "disc" and "grid" Default value is "none".
locationA location of a group on a tool bar. Possible values are "left" and "right". Default value is "left".
onclickHTML: a script expression; a pointer button is clicked
ondblclickHTML: a script expression; a pointer button is double-clicked
onkeydownHTML: a script expression; a key is pressed down
onkeypressHTML: a script expression; a key is pressed and released
onkeyupHTML: a script expression; a key is released
onmousedownHTML: script expression; a pointer button is pressed down
onmousemoveHTML: a script expression; a pointer is moved within
onmouseoutHTML: a script expression; a pointer is moved away
onmouseoverHTML: a script expression; a pointer is moved onto
onmouseupHTML: script expression; a pointer button is released
renderedIf "false", this component is not rendered
separatorClassA CSS class to be applied to tool bar group separators.
styleCSS style(s) is/are to be applied when this component is rendered
styleClassCorresponds to the HTML class attribute