Module is.codion.swing.framework.ui
Package is.codion.swing.framework.ui
Class EntityTablePanel.ControlKeys
java.lang.Object
is.codion.swing.framework.ui.EntityTablePanel.ControlKeys
- Enclosing class:
EntityTablePanel
The Controls available in a
EntityTablePanel
Note: CTRL in key stroke descriptions represents the platform menu shortcut key (CTRL on Windows/Linux, ⌘ on macOS).
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ControlKey<CommandControl> Add a new entity instance.
Default key stroke: INSERTstatic final ControlKey<Controls> AControlsinstance containing any additional popup menu controls.static final ControlKey<Controls> AControlsinstance containing any additional toolbar controls.static final ControlKey<CommandControl> AControlfor clearing the data from the table.static final ControlKey<CommandControl> AControlfor clearing the table selection.static final Controls.ControlsKeyAControlsinstance containing controls for configuring columns.static final ControlKey<Controls> AControlsinstance containing the condition panel controls.static final ControlKey<CommandControl> AControlfor copying the selected cell data.
Default key stroke: CTRL-ALT-Cstatic final Controls.ControlsKeyAControlsinstance containing controls for copying either cell or table data.static final ControlKey<CommandControl> AControlfor copying the table rows with header.static final ControlKey<CommandControl> Decrements the selected indexes, moving the selection up.
Default key stroke: CTRL-SHIFT-UPstatic final ControlKey<CommandControl> Triggers theDELETEcontrol.
Default key stroke: DELETEstatic final ControlKey<CommandControl> Displays the entity menu, if one is available.
Default key stroke: CTRL-ALT-Vstatic final ControlKey<CommandControl> Displays the table popup menu, if one is available.
Default key stroke: CTRL-Gstatic final ControlKey<CommandControl> Displays the query inspector, if one is available.
Default key stroke: CTRL-ALT-Qstatic final ControlKey<CommandControl> Edit the selected entity instance.
Default key stroke: CTRL-INSERTstatic final ControlKey<CommandControl> Select and edit a single attribute value for the selected entity instances.
Default key stroke: SHIFT-INSERTstatic final ControlKey<Controls> AControlsinstance containing edit controls for all editable attributes.static final ControlKey<CommandControl> AControlfor exporting the table data.static final ControlKey<Controls> AControlsinstance containing the filter panel controls.static final ControlKey<CommandControl> Increments the selected indexes, moving the selection down.
Default key stroke: CTRL-SHIFT-DOWNstatic final ControlKey<CommandControl> The main print action
Default key stroke: CTRL-Pstatic final ControlKey<Controls> AControlsinstance containing controls for printing.static final ControlKey<CommandControl> AControlfor refreshing the table items.
Default key stroke: ALT-Rstatic final ControlKey<CommandControl> Requests focus for the table search field.
Default key stroke: CTRL-Fstatic final ControlKey<CommandControl> Requests focus for the table.
Default key stroke: CTRL-Tstatic final ControlKey<CommandControl> AControlfor resetting the columns to their original visibility and location.static final ControlKey<CommandControl> AControlfor displaying a dialog for configuring the column auto-resize-mode.static final ControlKey<CommandControl> AControlfor displaying a dialog for selecting the visible table columns.static final ControlKey<CommandControl> Displays a dialog for selecting a column condition panel.
Default key stroke: CTRL-Sstatic final ControlKey<CommandControl> Displays a dialog for selecting a column filter panel.
Default key stroke: CTRL-SHIFT-Fstatic final ControlKey<ToggleControl> AControlfor toggling between single and multi selection mode.static final ControlKey<Controls> AControlsinstance containing aToggleControlfor each auto-resize-mode.static final ControlKey<Controls> AControlsinstance containing aToggleControlfor each columns' visibility.static final ControlKey<CommandControl> Toggles the condition panel between the hidden, simple and advanced views.
Default key stroke: CTRL-ALT-Sstatic final ControlKey<CommandControl> Toggles the filter panel between the hidden, simple and advanced views.
Default key stroke: CTRL-ALT-Fstatic final ControlKey<ToggleControl> AToggleControlfor showing/hiding the summary panel.static final ControlKey<CommandControl> AControlfor viewing the dependencies of the selected entities. -
Method Summary
-
Field Details
-
ADD
Add a new entity instance.
Default key stroke: INSERT- See Also:
-
EDIT
Edit the selected entity instance.
Default key stroke: CTRL-INSERT- See Also:
-
EDIT_ATTRIBUTE
Select and edit a single attribute value for the selected entity instances.
Default key stroke: SHIFT-INSERT- See Also:
-
REQUEST_TABLE_FOCUS
Requests focus for the table.
Default key stroke: CTRL-T -
TOGGLE_CONDITION_VIEW
Toggles the condition panel between the hidden, simple and advanced views.
Default key stroke: CTRL-ALT-S- See Also:
-
SELECT_CONDITION
Displays a dialog for selecting a column condition panel.
Default key stroke: CTRL-S -
TOGGLE_FILTER_VIEW
Toggles the filter panel between the hidden, simple and advanced views.
Default key stroke: CTRL-ALT-F- See Also:
-
SELECT_FILTER
Displays a dialog for selecting a column filter panel.
Default key stroke: CTRL-SHIFT-F -
DECREMENT_SELECTION
Decrements the selected indexes, moving the selection up.
Default key stroke: CTRL-SHIFT-UP- See Also:
-
INCREMENT_SELECTION
Increments the selected indexes, moving the selection down.
Default key stroke: CTRL-SHIFT-DOWN- See Also:
-
PRINT
The main print action
Default key stroke: CTRL-P -
DELETE
Triggers theDELETEcontrol.
Default key stroke: DELETE -
DISPLAY_POPUP_MENU
Displays the table popup menu, if one is available.
Default key stroke: CTRL-G -
DISPLAY_QUERY_INSPECTOR
Displays the query inspector, if one is available.
Default key stroke: CTRL-ALT-Q -
DISPLAY_ENTITY_MENU
Displays the entity menu, if one is available.
Default key stroke: CTRL-ALT-V -
PRINT_CONTROLS
AControlsinstance containing controls for printing. -
ADDITIONAL_POPUP_MENU_CONTROLS
AControlsinstance containing any additional popup menu controls.- See Also:
-
ADDITIONAL_TOOLBAR_CONTROLS
AControlsinstance containing any additional toolbar controls.- See Also:
-
VIEW_DEPENDENCIES
AControlfor viewing the dependencies of the selected entities. -
EDIT_ATTRIBUTE_CONTROLS
AControlsinstance containing edit controls for all editable attributes.- See Also:
-
SELECT_COLUMNS
AControlfor displaying a dialog for selecting the visible table columns.- See Also:
-
TOGGLE_COLUMN_CONTROLS
AControlsinstance containing aToggleControlfor each columns' visibility.- See Also:
-
RESET_COLUMNS
AControlfor resetting the columns to their original visibility and location. -
SELECT_AUTO_RESIZE_MODE
AControlfor displaying a dialog for configuring the column auto-resize-mode.- See Also:
-
TOGGLE_AUTO_RESIZE_MODE_CONTROLS
AControlsinstance containing aToggleControlfor each auto-resize-mode.- See Also:
-
SINGLE_SELECTION
AControlfor toggling between single and multi selection mode. -
CLEAR
AControlfor clearing the data from the table.- See Also:
-
REFRESH
AControlfor refreshing the table items.
Default key stroke: ALT-R -
TOGGLE_SUMMARIES
AToggleControlfor showing/hiding the summary panel. -
CONDITION_CONTROLS
AControlsinstance containing the condition panel controls. -
FILTER_CONTROLS
AControlsinstance containing the filter panel controls. -
CLEAR_SELECTION
AControlfor clearing the table selection. -
COPY_CELL
AControlfor copying the selected cell data.
Default key stroke: CTRL-ALT-C -
COPY_ROWS
AControlfor copying the table rows with header. -
EXPORT_DATA
AControlfor exporting the table data. -
COPY_CONTROLS
AControlsinstance containing controls for copying either cell or table data.- See Also:
-
COLUMN_CONTROLS
AControlsinstance containing controls for configuring columns.- See Also:
-
REQUEST_SEARCH_FIELD_FOCUS
Requests focus for the table search field.
Default key stroke: CTRL-F
-