| Attributes |
| Name | Required | Request-time | Type | Description |
| id | true | false | java.lang.String | A unique id for the component. |
| bean | true | false | com.icesoft.faces.facelets.component.spinner.TextSpinner | The bean attribute must resolve to an instance of the TextSpinner class. |
| escape | false | false | java.lang.Boolean | Flag indicating that characters that are sensitive in HTML and XML markup must be escaped. This flag is set to "true" by default. |
| nospan | false | false | java.lang.Boolean | Flag indicating no span tag rendered for text. Default is false. |
| style | false | false | java.lang.String | CSS style(s) to be applied when this component is rendered |
| styleClass | false | false | java.lang.String | Space-separated list of CSS style class(es) to be applied when this element is rendered. |
| title | false | false | java.lang.String | Passed through to underlying component |
| disabled | false | false | java.lang.Boolean | Flag indicating that this component must never receive focus or be included in a subsequent submit. |