| Attributes |
| Name | Required | Request-time | Type | Description |
| id | false | true | java.lang.String | Programmatic name of the control. |
| binding | false | true | java.lang.String | The value binding expression linking this component to a property in a backing bean. |
| rendered | false | true | java.lang.String | Flag indicating whether or not this component should be rendered (during Render Response Phase), or processed on any subsequent form submit. |
| action | false | true | java.lang.String | Action Method for command tool bar item. |
| actionListener | false | true | java.lang.String | Action listener class for command tool bar item. |
| onclick | false | true | java.lang.String | Javascript code to execute when value change. |
| style | false | true | java.lang.String | CSS style(s) to be applied when this control is rendered. |
| styleClass | false | true | 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. |
| clientPostBack | false | true | java.lang.String | References a client side post back associated with the command control. |
| toolTip | false | true | java.lang.String | References a tool tip associated with the command control. |
| toolText | false | true | java.lang.String | References a tool title associated with the tool control. |
| defaultImage | false | true | java.lang.String | References a default image associated with the command control. |
| hoverImage | false | true | java.lang.String | References a hover image associated with the command control. |
| selectedImage | false | true | java.lang.String | References a selected image associated with the command control. |
| disabledImage | false | true | java.lang.String | References a disabled image associated with the command control. |
| disabled | false | true | java.lang.String | References a whether the tool control is disabled or enabled. |
| showLoadingImage | false | true | java.lang.String | References a show loading image associated with the command control. |