| 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.NumberSpinner | The bean attribute must resolve to an instance of the NumberSpinner class. |
| readonly | false | false | java.lang.Boolean | Passed through to the underlying UIInput component |
| partialSubmit | false | false | java.lang.Boolean | Passed through to the underlying ICEfaces input component (default true) |
| styleClassInput | false | false | java.lang.String | Passed through to styleClass attribute of ice:inputText component |
| effect | false | false | com.icesoft.faces.context.effects.Effect | The Javascript Effect |
| 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. |