Class EntityComboBox.ControlKeys

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

public static final class EntityComboBox.ControlKeys extends Object
The available controls.
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