The <r:toolbar> component is a horizontal toolbar. Any JavaServer Faces (JSF) component can be added to the toolbar.
Info | Value |
---|---|
Component Type | org.richfaces.ui.Toolbar |
Display Name | None |
Handler Class | None |
Renderer Type | org.richfaces.ui.ToolbarRenderer |
Description | The <r:toolbar> component is a horizontal toolbar. Any JavaServer Faces (JSF) component can be added to the 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 |
height |
false
| javax.el.ValueExpression
(must evaluate to java.lang.String )
| A height of a bar in pixels. If a height is not defined, a bar height depends of the "headerFontSize" skin parameter. |
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. |
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. |
style |
false
| javax.el.ValueExpression
(must evaluate to java.lang.String )
| CSS style(s) to be applied when this component is rendered. |
styleClass |
false
| javax.el.ValueExpression
(must evaluate to 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. |
title |
false
| javax.el.ValueExpression
(must evaluate to java.lang.String )
| Advisory title information about markup elements generated for this component. |
width |
false
| javax.el.ValueExpression
(must evaluate to java.lang.String )
| A width of a bar that can be defined in pixels or as percentage. Default value is "100%". |
Output generated by Vdldoc View Declaration Language Documentation Generator.