Class EntitySearchField.ControlKeys

java.lang.Object
is.codion.swing.framework.ui.component.EntitySearchField.ControlKeys
Enclosing class:
EntitySearchField

public static final class EntitySearchField.ControlKeys extends Object
The available controls.

Note: CTRL in key stroke descriptions represents the platform menu shortcut key (CTRL on Windows/Linux, ⌘ on macOS).

See Also:
  • Field Details

    • ADD

      public static final ControlKey<CommandControl> ADD
      Displays a dialog for adding a new record.
      Default key stroke: INSERT
    • EDIT

      public static final ControlKey<CommandControl> EDIT
      Displays a dialog for editing the selected record.
      Default key stroke: CTRL-INSERT