Module is.codion.swing.common.ui
Class TemporalField.ControlKeys
java.lang.Object
is.codion.swing.common.ui.component.text.TemporalField.ControlKeys
- Enclosing class:
TemporalField<T extends Temporal>
The controls.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ControlKey
<CommandControl> Decrements the date component under the cursor.
Default key stroke: DOWN ARROWstatic final ControlKey
<CommandControl> Display a calendar for date/time input.
Default key stroke: INSERTstatic final ControlKey
<CommandControl> Increments the date component under the cursor.
Default key stroke: UP ARROW -
Method Summary
-
Field Details
-
DISPLAY_CALENDAR
Display a calendar for date/time input.
Default key stroke: INSERT -
INCREMENT
Increments the date component under the cursor.
Default key stroke: UP ARROW -
DECREMENT
Decrements the date component under the cursor.
Default key stroke: DOWN ARROW
-