Attributes |
Name | Required | Request-time | Type | Description |
contentClass | false | false | java.lang.String | A CSS style is to be applied to each element of tool bar content. Use this style, for example, to setup parameters of the font. |
styleClass | false | false | java.lang.String | Corresponds to the HTML class attribute |
width | false | false | java.lang.String | A width of a bar that can be defined in pixels or as percentage. The default value is 100%. |
height | false | false | 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. |
contentStyle | false | false | java.lang.String | A CSS style is to be applied to each element of tool bar content. |
style | false | false | java.lang.String | CSS style(s) is/are to be applied when this component is rendered |
rendered | false | false | java.lang.String | If "false", this component is rendered. |
separatorClass | false | false | java.lang.String | A CSS class to be applied to menu bar group separators. Use this property, for example, to setup parameters of a font. |
binding | false | false | java.lang.String | The attribute takes a value-binding expression for a component property of a backing bean |
id | false | false | java.lang.String | Every component may have a unique id that is automatically created if omitted |
itemSeparator | false | false | java.lang.String | A separator between items on a bar. Possible values are none, line, square, disc and grid. |