Enum Class EntityPanel.KeyboardShortcut

java.lang.Object
java.lang.Enum<EntityPanel.KeyboardShortcut>
is.codion.swing.framework.ui.EntityPanel.KeyboardShortcut
All Implemented Interfaces:
Serializable, Comparable<EntityPanel.KeyboardShortcut>, Constable
Enclosing class:
EntityPanel

public static enum EntityPanel.KeyboardShortcut extends Enum<EntityPanel.KeyboardShortcut>
The keyboard shortcuts available for EntityPanels. Note that changing the shortcut keystroke after the panel has been initialized has no effect.
  • Enum Constant Details

    • REQUEST_TABLE_FOCUS

      public static final EntityPanel.KeyboardShortcut REQUEST_TABLE_FOCUS
      Requests focus for the table.
    • TOGGLE_CONDITION_PANEL

      public static final EntityPanel.KeyboardShortcut TOGGLE_CONDITION_PANEL
      Toggles the condition panel between hidden, visible and advanced.
    • SELECT_CONDITION_PANEL

      public static final EntityPanel.KeyboardShortcut SELECT_CONDITION_PANEL
      Displays a dialog for selecting a column condition panel.
    • TOGGLE_FILTER_PANEL

      public static final EntityPanel.KeyboardShortcut TOGGLE_FILTER_PANEL
      Toggles the filter panel between hidden, visible and advanced.
    • SELECT_FILTER_PANEL

      public static final EntityPanel.KeyboardShortcut SELECT_FILTER_PANEL
      Displays a dialog for selecting a column filter panel.
    • REQUEST_SEARCH_FIELD_FOCUS

      public static final EntityPanel.KeyboardShortcut REQUEST_SEARCH_FIELD_FOCUS
      Requests focus for the table search field.
    • REQUEST_EDIT_PANEL_FOCUS

      public static final EntityPanel.KeyboardShortcut REQUEST_EDIT_PANEL_FOCUS
      Requests focus for the edit panel (intial focus component).
    • SELECT_INPUT_FIELD

      public static final EntityPanel.KeyboardShortcut SELECT_INPUT_FIELD
      Displays a dialog for selecting an input field.
    • TOGGLE_EDIT_PANEL

      public static final EntityPanel.KeyboardShortcut TOGGLE_EDIT_PANEL
      Toggles the edit panel between hidden, embedded and dialog.
  • Method Details

    • values

      public static EntityPanel.KeyboardShortcut[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static EntityPanel.KeyboardShortcut valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null