[ 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

Number

Spinner holds and iterates through numeric values.

List

Spinner iterates through values from a predefined list.

DateTime

Spinner holds and iterates through date and/or time values.

IPv4

Spinner holds and iterates through IPv4 address values.

IPv6

Spinner holds and iterates through IPv6 address values.

Also See: