PDatePickerEntryMode enum
Mode of the date picker dialog.
Either a calendar or text input. In calendar mode, a calendar view is displayed and the user taps the day they wish to select. In input mode a TextField is displayed and the user types in the date they wish to select.
See also:
- showDatePicker and showDateRangePicker, which use this to control the initial entry mode of their dialogs.
Values
- calendar → const PDatePickerEntryMode
-
Tapping on a calendar.
- calendarOnly → const PDatePickerEntryMode
-
only calendar.
- input → const PDatePickerEntryMode
-
Text input.
- inputOnly → const PDatePickerEntryMode
-
Text input only.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
PDatePickerEntryMode> - A constant List of the values in this enum, in order of their declaration.