[ static enum ] Type
Class: Spinner.
Description:
Defines the available spinner data types.
Determines what type of values the spinner can represent and iterate through.
Type: number
Properties:
| Name | Description |
|---|---|
|
Spinner holds and iterates through numeric values. |
|
Spinner iterates through values from a predefined list. |
|
Spinner holds and iterates through date and/or time values. |
|
Spinner holds and iterates through IPv4 address values. |
|
Spinner holds and iterates through IPv6 address values. |
