Class TemporalField.ControlIds

java.lang.Object
is.codion.swing.common.ui.component.text.TemporalField.ControlIds
Enclosing class:
TemporalField<T extends Temporal>

public static final class TemporalField.ControlIds extends Object
The controls.
  • Field Details

    • DISPLAY_CALENDAR

      public static final ControlId<CommandControl> DISPLAY_CALENDAR
      Display a calendar for date/time input.
      Default key stroke: INSERT
    • INCREMENT

      public static final ControlId<CommandControl> INCREMENT
      Increments the date component under the cursor.
      Default key stroke: UP ARROW
    • DECREMENT

      public static final ControlId<CommandControl> DECREMENT
      Decrements the date component under the cursor.
      Default key stroke: DOWN ARROW