Skip to content

DatePickerEntryMode

Inherits: Enum

Mode of date entry method for the date picker dialog.

Properties

  • CALENDAR

    User picks a date from calendar grid.

  • CALENDAR_ONLY

    User can only pick a date from calendar grid.

  • INPUT

    User can input the date by typing it into a text field.

  • INPUT_ONLY

    User can only input the date by typing it into a text field.

Properties#

CALENDAR = 'calendar' class-attribute instance-attribute #

User picks a date from calendar grid.

Can switch to INPUT by activating a mode button in the dialog.

CALENDAR_ONLY = 'calendarOnly' class-attribute instance-attribute #

User can only pick a date from calendar grid.

There is no user interface to switch to another mode.

INPUT = 'input' class-attribute instance-attribute #

User can input the date by typing it into a text field.

Can switch to CALENDAR by activating a mode button in the dialog.

INPUT_ONLY = 'inputOnly' class-attribute instance-attribute #

User can only input the date by typing it into a text field.

There is no user interface to switch to another mode.