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
-
Field Summary
Modifier and TypeFieldDescriptionstatic final ControlKey<CommandControl>
Add a new entity instance.
Default key stroke: INSERTstatic final ControlKey<Controls>
AControls
instance containing any additional popup menu controls.static final ControlKey<Controls>
AControls
instance containing any additional toolbar controls.static final ControlKey<CommandControl>
AControl
for clearing the data from the table.static final ControlKey<CommandControl>
AControl
for clearing the table selection.static final Controls.ControlsKey
AControls
instance containing controls for configuring columns.static final ControlKey<Controls>
AControls
instance containing the condition panel controls.static final ControlKey<CommandControl>
AControl
for copying the selected cell data.
Default key stroke: CTRL-ALT-Cstatic final Controls.ControlsKey
AControls
instance containing controls for copying either cell or table data.static final ControlKey<CommandControl>
AControl
for copying the table rows with header.static final ControlKey<CommandControl>
Triggers theDELETE
control.
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>
Edit the selected entity instance.
Default key stroke: CTRL-INSERTstatic final ControlKey<Controls>
AControls
instance containing edit controls for all editable attributes.static final ControlKey<CommandControl>
Select and edit a single attribute value for the selected entity instances.
Default key stroke: SHIFT-INSERTstatic final ControlKey<Controls>
AControls
instance containing the filter panel controls.static final ControlKey<CommandControl>
Moves the selection down.
Default key stroke: ALT-SHIFT-DOWNstatic final ControlKey<CommandControl>
Moves the selection up.
Default key stroke: ALT-SHIFT-UPstatic final ControlKey<CommandControl>
The main print action
Default key stroke: CTRL-Pstatic final ControlKey<Controls>
AControls
instance containing controls for printing.static final ControlKey<CommandControl>
AControl
for refreshing the table data.
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>
AControl
for resetting the columns to their original visibility and location.static final ControlKey<CommandControl>
AControl
for displaying a dialog for configuring the column auto-resize-mode.static final ControlKey<CommandControl>
AControl
for 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>
AControl
for toggling between single and multi selection mode.static final ControlKey<Controls>
AControls
instance containing aToggleControl
for each auto-resize-mode.static final ControlKey<Controls>
AControls
instance containing aToggleControl
for 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>
AToggleControl
for showing/hiding the summary panel.static final ControlKey<CommandControl>
AControl
for viewing the dependencies of the selected entities. -
Method Summary
-
Field Details
-
ADD
Add a new entity instance.
Default key stroke: INSERT -
EDIT
Edit the selected entity instance.
Default key stroke: CTRL-INSERT -
EDIT_SELECTED_ATTRIBUTE
Select and edit a single attribute value for the selected entity instances.
Default key stroke: SHIFT-INSERT -
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 -
MOVE_SELECTION_UP
Moves the selection up.
Default key stroke: ALT-SHIFT-UP -
MOVE_SELECTION_DOWN
Moves the selection down.
Default key stroke: ALT-SHIFT-DOWN -
PRINT
The main print action
Default key stroke: CTRL-P -
DELETE
Triggers theDELETE
control.
Default key stroke: DELETE -
DISPLAY_POPUP_MENU
Displays the table popup menu, if one is available.
Default key stroke: CTRL-G -
DISPLAY_ENTITY_MENU
Displays the entity menu, if one is available.
Default key stroke: CTRL-ALT-V -
PRINT_CONTROLS
AControls
instance containing controls for printing. -
ADDITIONAL_POPUP_MENU_CONTROLS
AControls
instance containing any additional popup menu controls. -
ADDITIONAL_TOOLBAR_CONTROLS
AControls
instance containing any additional toolbar controls. -
VIEW_DEPENDENCIES
AControl
for viewing the dependencies of the selected entities. -
EDIT_ATTRIBUTE_CONTROLS
AControls
instance containing edit controls for all editable attributes. -
SELECT_COLUMNS
AControl
for displaying a dialog for selecting the visible table columns. -
TOGGLE_COLUMN_CONTROLS
AControls
instance containing aToggleControl
for each columns visibility. -
RESET_COLUMNS
AControl
for resetting the columns to their original visibility and location. -
SELECT_AUTO_RESIZE_MODE
AControl
for displaying a dialog for configuring the column auto-resize-mode.- See Also:
-
TOGGLE_AUTO_RESIZE_MODE_CONTROLS
AControls
instance containing aToggleControl
for each auto-resize-mode.- See Also:
-
SELECTION_MODE
AControl
for toggling between single and multi selection mode. -
CLEAR
AControl
for clearing the data from the table.- See Also:
-
REFRESH
AControl
for refreshing the table data.
Default key stroke: ALT-R- See Also:
-
TOGGLE_SUMMARIES
AToggleControl
for showing/hiding the summary panel. -
CONDITION_CONTROLS
AControls
instance containing the condition panel controls. -
FILTER_CONTROLS
AControls
instance containing the filter panel controls. -
CLEAR_SELECTION
AControl
for clearing the table selection. -
COPY_CELL
AControl
for copying the selected cell data.
Default key stroke: CTRL-ALT-C -
COPY_ROWS
AControl
for copying the table rows with header. -
COPY_CONTROLS
AControls
instance containing controls for copying either cell or table data. -
COLUMN_CONTROLS
AControls
instance containing controls for configuring columns. -
REQUEST_SEARCH_FIELD_FOCUS
Requests focus for the table search field.
Default key stroke: CTRL-F
-