Property | Description | Data Type | Flags* | Default Value | Valid Value |
model | The data model used in the Numeric Spinner. | com.sun.java.swing.BoundedRangeModel | R, W, B, E | a new instance of com.sun.java.swing. DefaultBoundedRangeModel (0,0,0,100) |
any instance of BoundedRangeModel |
increment | The step value by which the value is changed every time. | int | R, W, B | 1 | increment>0 |
value | The current value. | int | R, W, B | 0 | maximum>=value>=minimum |
minimum | The minimum value. | int | R, W, B | 0 | minimum<=maximum |
maximum | The maximum value. | int | R, W, B | 100 | maximum>=minimum |
* R = read, W = write, B = bound, E = expert |
The currently selected value is displayed in an input field. The following picture shows what this may look like:
[ Information Center Home Page ] | [ Legal | AS/400 Glossary ] |