Class EntityPanel.ControlIds

java.lang.Object
is.codion.swing.framework.ui.EntityPanel.ControlIds
Enclosing class:
EntityPanel

public static final class EntityPanel.ControlIds extends Object
The standard controls available in a entity panel
  • Field Details

    • REQUEST_EDIT_PANEL_FOCUS

      public static final ControlId<CommandControl> REQUEST_EDIT_PANEL_FOCUS
      Requests focus for the edit panel (intial focus component).
      Default key stroke: CTRL-E
    • TOGGLE_EDIT_PANEL

      public static final ControlId<CommandControl> TOGGLE_EDIT_PANEL
      Toggles the edit panel between hidden, embedded and dialog.
      Default key stroke: CTRL-ALT-E
    • REFRESH

      public static final ControlId<CommandControl> REFRESH
      Refreshes the table.
    • EDIT_CONTROLS

      public static final ControlId<Controls> EDIT_CONTROLS
      The edit panel controls.