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:

Inheritance

Constructors

PDatePickerEntryMode()
const

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

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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.