| 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. |
| value | false | true | java.lang.String | Value for Select box |
| valueChangeListener | false | true | java.lang.String | ValueChangeListener for Select box. |
| onchange | false | true | java.lang.String | Javascript code to execute when value change. |
| required | false | true | java.lang.String | Submitted value for this control. |
| 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 select one control. |
| toolText | false | true | java.lang.String | References a tool title associated with the select one 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 select one control. |