Module is.codion.swing.framework.ui
Class EntitySearchField.ControlKeys
java.lang.Object
is.codion.swing.framework.ui.component.EntitySearchField.ControlKeys
- Enclosing class:
EntitySearchField
The available controls.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ControlKey
<CommandControl> Displays a dialog for adding a new record.
Default key stroke: INSERTstatic final ControlKey
<CommandControl> Displays a dialog for editing the selected record.
Default key stroke: CTRL-INSERT -
Method Summary
-
Field Details
-
ADD
Displays a dialog for adding a new record.
Default key stroke: INSERT -
EDIT
Displays a dialog for editing the selected record.
Default key stroke: CTRL-INSERT
-