Module is.codion.swing.framework.ui
Package is.codion.swing.framework.ui
Class EntityEditPanel.ControlKeys
java.lang.Object
is.codion.swing.framework.ui.EntityEditPanel.ControlKeys
- Enclosing class:
EntityEditPanel
The controls available for
EntityEditPanel
s.
Note that changing the shortcut keystroke after the panel
has been initialized has no effect.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ControlKey
<CommandControl> Clears the input fields.static final ControlKey
<CommandControl> Performs a delete.static final ControlKey
<CommandControl> Displays the entity menu, if available.
Default key stroke: CTRL-ALT-Vstatic final ControlKey
<CommandControl> Performs an insert.static final ControlKey
<CommandControl> Displays a dialog for selecting an input field.
Default key stroke: CTRL-Istatic final ControlKey
<CommandControl> Performs an update. -
Method Summary
-
Field Details
-
INSERT
Performs an insert. -
UPDATE
Performs an update. -
DELETE
Performs a delete. -
CLEAR
Clears the input fields. -
SELECT_INPUT_FIELD
Displays a dialog for selecting an input field.
Default key stroke: CTRL-I -
DISPLAY_ENTITY_MENU
Displays the entity menu, if available.
Default key stroke: CTRL-ALT-V- See Also:
-