TimePickerEntryMode
Inherits: Enum
Interactive input mode of the TimePicker dialog.
In DIAL mode, a clock dial is displayed, and the user taps or drags
the time they wish to select. In INPUT mode, TextFields are
displayed and the user types in the time they wish to select.
Properties
-
DIAL–User picks time from a clock dial.
-
DIAL_ONLY–User can only pick time from a clock dial.
-
INPUT–User can input the time by typing it into text fields.
-
INPUT_ONLY–User can only input the time by typing it into text fields.
Properties#
DIAL = 'dial'
class-attribute
instance-attribute
#
User picks time from a clock dial.
Can switch to INPUT by activating a mode button in the time picker dialog.
DIAL_ONLY = 'dialOnly'
class-attribute
instance-attribute
#
User can only pick time from a clock dial.
There is no user interface to switch to another mode.
INPUT = 'input'
class-attribute
instance-attribute
#
User can input the time by typing it into text fields.
Can switch to DIAL by activating a mode button in the time picker dialog.
INPUT_ONLY = 'inputOnly'
class-attribute
instance-attribute
#
User can only input the time by typing it into text fields.
There is no user interface to switch to another mode.