Uses of Interface
is.codion.swing.common.ui.control.CommandControl
Packages that use CommandControl
Package
Description
Package configuration values:
FilterTableCellRenderer.TABLE_CELL_LEFT_PADDING
FilterTableCellRenderer.TABLE_CELL_RIGHT_PADDING
FilterTableCellRenderer.NUMERICAL_HORIZONTAL_ALIGNMENT
FilterTableCellRenderer.TEMPORAL_HORIZONTAL_ALIGNMENT
FilterTableCellRenderer.BOOLEAN_HORIZONTAL_ALIGNMENT
FilterTableCellRenderer.HORIZONTAL_ALIGNMENT
FilterTableCellRenderer.ALTERNATE_ROW_COLORING
FilterTable.ALLOW_COLUMN_REORDERING
FilterTable.AUTO_RESIZE_MODE
Package configuration values:
NumberField.CONVERT_GROUPING_TO_DECIMAL_SEPARATOR
Package configuration values:
EntityApplicationPanel.HELP_URL
EntityApplicationPanel.CONFIRM_EXIT
EntityApplicationPanel.SHOW_STARTUP_DIALOG
EntityApplicationPanel.CACHE_ENTITY_PANELS
EntityApplicationPanel.USER_PREFERENCES_ENABLED
EntityApplicationPanel.RESTORE_DEFAULT_PREFERENCES
EntityApplicationPanel.CALL_SYSTEM_EXIT
EntityEditComponentPanel.VALID_INDICATOR
EntityEditComponentPanel.MODIFIED_INDICATOR
EntityEditComponentPanel.DEFAULT_TEXT_FIELD_COLUMNS
EntityEditPanel.Config.USE_SAVE_CAPTION
EntityEditPanel.Config.USE_FOCUS_ACTIVATION
EntityEditPanel.Config.INCLUDE_ENTITY_MENU
EntityEditPanel.Config.MODIFIED_WARNING
EntityPanel.Config.USE_KEYBOARD_NAVIGATION
EntityPanel.Config.DISPOSE_EDIT_DIALOG_ON_ESCAPE
EntityPanel.Config.INCLUDE_TOGGLE_EDIT_PANEL_CONTROL
EntityPanel.Config.TOOLBAR_CONTROLS
EntityPanel.Config.CONTROL_PANEL_CONSTRAINTS
EntityPanel.Config.CONTROL_TOOLBAR_CONSTRAINTS
EntityPanel.Config.WINDOW_TYPE
EntityTablePanel.Config.EXCLUDE_HIDDEN_COLUMNS
EntityTablePanel.Config.CONDITION_VIEW
EntityTablePanel.Config.FILTER_VIEW
EntityTablePanel.Config.SUMMARY_PANEL_VISIBLE
EntityTablePanel.Config.INCLUDE_POPUP_MENU
EntityTablePanel.Config.INCLUDE_ENTITY_MENU
EntityTablePanel.Config.INCLUDE_QUERY_INSPECTOR
EntityTablePanel.Config.INCLUDE_CLEAR_CONTROL
EntityTablePanel.Config.INCLUDE_LIMIT_MENU
EntityTablePanel.Config.REFRESH_BUTTON_VISIBLE
EntityTablePanel.Config.COLUMN_SELECTION
EntityTablePanel.Config.INCLUDE_CONDITIONS
EntityTablePanel.Config.INCLUDE_FILTERS
EntityTablePanel.Config.INCLUDE_SUMMARY
EntityTablePanel.Config.REFRESH_PROGRESS_BAR
ReferentialIntegrityErrorHandling.REFERENTIAL_INTEGRITY_ERROR_HANDLING
TabbedApplicationLayout.TAB_PLACEMENT
TabbedDetailLayout.INCLUDE_CONTROLS
Package configuration values:
EntitySearchField.SEARCH_INDICATOR
DefaultEditComponentFactory.DEFAULT_TEXT_FIELD_COLUMNS
-
Uses of CommandControl in is.codion.swing.common.ui.component.calendar
Fields in is.codion.swing.common.ui.component.calendar with type parameters of type CommandControlModifier and TypeFieldDescriptionstatic final ControlKey
<CommandControl> CalendarPanel.ControlKeys.NEXT_DAY
Select the next day.
Default key stroke: RIGHT ARROWstatic final ControlKey
<CommandControl> CalendarPanel.ControlKeys.NEXT_HOUR
Select the next hour.
Default key stroke: SHIFT-ALT-UP ARROWstatic final ControlKey
<CommandControl> CalendarPanel.ControlKeys.NEXT_MINUTE
Select the next minute.
Default key stroke: CTRL-ALT-UP ARROWstatic final ControlKey
<CommandControl> CalendarPanel.ControlKeys.NEXT_MONTH
Select the next month.
Default key stroke: SHIFT-UP ARROWstatic final ControlKey
<CommandControl> CalendarPanel.ControlKeys.NEXT_WEEK
Select the next week.
Default key stroke: DOWN ARROWstatic final ControlKey
<CommandControl> CalendarPanel.ControlKeys.NEXT_YEAR
Select the next year.
Default key stroke: CTRL-UP ARROWstatic final ControlKey
<CommandControl> CalendarPanel.ControlKeys.PREVIOUS_DAY
Select the previous day.
Default key stroke: LEFT ARROWstatic final ControlKey
<CommandControl> CalendarPanel.ControlKeys.PREVIOUS_HOUR
Select the previous hour.
Default key stroke: SHIFT-ALT-DOWN ARROWstatic final ControlKey
<CommandControl> CalendarPanel.ControlKeys.PREVIOUS_MINUTE
Select the previous minute.
Default key stroke: CTRL-ALT-DOWN ARROWstatic final ControlKey
<CommandControl> CalendarPanel.ControlKeys.PREVIOUS_MONTH
Select the previous month.
Default key stroke: SHIFT-DOWN ARROWstatic final ControlKey
<CommandControl> CalendarPanel.ControlKeys.PREVIOUS_WEEK
Select the previous week.
Default key stroke: UP ARROWstatic final ControlKey
<CommandControl> CalendarPanel.ControlKeys.PREVIOUS_YEAR
Select the previous year.
Default key stroke: CTRL-DOWN ARROW -
Uses of CommandControl in is.codion.swing.common.ui.component.table
Fields in is.codion.swing.common.ui.component.table with type parameters of type CommandControlModifier and TypeFieldDescriptionstatic final ControlKey
<CommandControl> FilterTable.ControlKeys.COPY_CELL
Copy the selected cell contents to the clipboard.
Default key stroke: CTRL-ALT-Cstatic final ControlKey
<CommandControl> FilterTable.ControlKeys.DECREASE_COLUMN_SIZE
Decreases the size of the selected column.
Default key stroke: CTRL-SUBTRACTstatic final ControlKey
<CommandControl> FilterTable.ControlKeys.INCREASE_COLUMN_SIZE
Increases the size of the selected column.
Default key stroke: CTRL-ADDstatic final ControlKey
<CommandControl> FilterTable.ControlKeys.MOVE_COLUMN_LEFT
Moves the selected column to the left.
Default key stroke: CTRL-SHIFT-LEFTstatic final ControlKey
<CommandControl> FilterTable.ControlKeys.MOVE_COLUMN_RIGHT
Moves the selected column to the right.
Default key stroke: CTRL-SHIFT-RIGHTstatic final ControlKey
<CommandControl> ColumnConditionPanel.ControlKeys.NEXT_OPERATOR
Select the next condition operator.
Default key stroke: CTRL-DOWN ARROWstatic final ControlKey
<CommandControl> ColumnConditionPanel.ControlKeys.PREVIOUS_OPERATOR
Select the previous condition operator.
Default key stroke: CTRL-UP ARROWstatic final ControlKey
<CommandControl> FilterTable.ControlKeys.TOGGLE_NEXT_SORT_ORDER
Toggles the sort on the selected column fromSortOrder.ASCENDING
toSortOrder.DESCENDING
toSortOrder.UNSORTED
.
Default key stroke: ALT-DOWN ARROWstatic final ControlKey
<CommandControl> FilterTable.ControlKeys.TOGGLE_NEXT_SORT_ORDER_ADD
Toggles the sort on the selected column fromSortOrder.ASCENDING
toSortOrder.DESCENDING
toSortOrder.UNSORTED
, adding it to any already sorted columns.
Default key stroke: SHIFT-ALT-DOWN ARROWstatic final ControlKey
<CommandControl> FilterTable.ControlKeys.TOGGLE_PREVIOUS_SORT_ORDER
Toggles the sort on the selected column fromSortOrder.ASCENDING
toSortOrder.UNSORTED
toSortOrder.DESCENDING
.
Default key stroke: ALT-UP ARROWstatic final ControlKey
<CommandControl> FilterTable.ControlKeys.TOGGLE_PREVIOUS_SORT_ORDER_ADD
Toggles the sort on the selected column fromSortOrder.ASCENDING
toSortOrder.UNSORTED
toSortOrder.DESCENDING
, adding it to any already sorted columns.
Default key stroke: SHIFT-ALT-UP ARROWMethods in is.codion.swing.common.ui.component.table that return CommandControlModifier and TypeMethodDescriptionFilterTable.createCopyCellControl()
FilterTable.createResetColumnsControl()
FilterTable.createSelectAutoResizeModeControl()
FilterTable.createSelectColumnsControl()
-
Uses of CommandControl in is.codion.swing.common.ui.component.text
Fields in is.codion.swing.common.ui.component.text with type parameters of type CommandControlModifier and TypeFieldDescriptionstatic final ControlKey
<CommandControl> TemporalField.ControlKeys.DECREMENT
Decrements the date component under the cursor.
Default key stroke: DOWN ARROWstatic final ControlKey
<CommandControl> TemporalField.ControlKeys.DISPLAY_CALENDAR
Display a calendar for date/time input.
Default key stroke: INSERTstatic final ControlKey
<CommandControl> TextFieldPanel.ControlKeys.DISPLAY_TEXT_AREA
Displays a text area for longer text input.
Default key stroke: INSERTstatic final ControlKey
<CommandControl> TemporalField.ControlKeys.INCREMENT
Increments the date component under the cursor.
Default key stroke: UP ARROWMethods in is.codion.swing.common.ui.component.text that return types with arguments of type CommandControlModifier and TypeMethodDescriptionTemporalField.calendarControl()
Returns a Control for displaying a calendar, an empty Optional in case a Calendar is not supported for the given temporal type -
Uses of CommandControl in is.codion.swing.common.ui.control
Methods in is.codion.swing.common.ui.control that return CommandControlModifier and TypeMethodDescriptionstatic CommandControl
Control.action
(Control.ActionCommand actionCommand) Creates a control based on aControl.ActionCommand
static CommandControl
Control.command
(Control.Command command) Creates a control based on aControl.Command
Methods in is.codion.swing.common.ui.control that return types with arguments of type CommandControlModifier and TypeMethodDescriptionstatic ControlKey
<CommandControl> static ControlKey
<CommandControl> -
Uses of CommandControl in is.codion.swing.framework.ui
Fields in is.codion.swing.framework.ui with type parameters of type CommandControlModifier and TypeFieldDescriptionstatic final ControlKey
<CommandControl> EntityTablePanel.ControlKeys.ADD
Add a new entity instance.
Default key stroke: INSERTstatic final ControlKey
<CommandControl> EntityEditPanel.ControlKeys.CLEAR
Clears the input fields.static final ControlKey
<CommandControl> EntityTablePanel.ControlKeys.CLEAR
AControl
for clearing the data from the table.static final ControlKey
<CommandControl> EntityTablePanel.ControlKeys.CLEAR_SELECTION
AControl
for clearing the table selection.static final ControlKey
<CommandControl> TabbedDetailLayout.ControlKeys.COLLAPSE
Collapses the detail panel all the way to the right, hiding it.
Default keyStroke: SHIFT-CTRL-ALT RIGHT ARROWstatic final ControlKey
<CommandControl> EntityTablePanel.ControlKeys.COPY_CELL
AControl
for copying the selected cell data.
Default key stroke: CTRL-ALT-Cstatic final ControlKey
<CommandControl> EntityTablePanel.ControlKeys.COPY_EXPANDED
AControl
for copying the table rows expanded with header.static final ControlKey
<CommandControl> EntityTablePanel.ControlKeys.COPY_ROWS
AControl
for copying the table rows with header.static final ControlKey
<CommandControl> EntityTablePanel.ControlKeys.DECREMENT_SELECTION
Decrements the selected indexes, moving the selection up.
Default key stroke: CTRL-SHIFT-UPstatic final ControlKey
<CommandControl> EntityEditPanel.ControlKeys.DELETE
Performs a delete.static final ControlKey
<CommandControl> EntityTablePanel.ControlKeys.DELETE
Triggers theEntityTablePanel.ControlKeys.DELETE
control.
Default key stroke: DELETEstatic final ControlKey
<CommandControl> EntityEditPanel.ControlKeys.DISPLAY_ENTITY_MENU
Displays the entity menu, if available.
Default key stroke: CTRL-ALT-Vstatic final ControlKey
<CommandControl> EntityTablePanel.ControlKeys.DISPLAY_ENTITY_MENU
Displays the entity menu, if one is available.
Default key stroke: CTRL-ALT-Vstatic final ControlKey
<CommandControl> EntityTablePanel.ControlKeys.DISPLAY_POPUP_MENU
Displays the table popup menu, if one is available.
Default key stroke: CTRL-Gstatic final ControlKey
<CommandControl> EntityEditPanel.ControlKeys.DISPLAY_QUERY_INSPECTOR
Displays the query inspector, if one is available.
Default key stroke: CTRL-ALT-Qstatic final ControlKey
<CommandControl> EntityTablePanel.ControlKeys.DISPLAY_QUERY_INSPECTOR
Displays the query inspector, if one is available.
Default key stroke: CTRL-ALT-Qstatic final ControlKey
<CommandControl> EntityTablePanel.ControlKeys.EDIT
Edit the selected entity instance.
Default key stroke: CTRL-INSERTstatic final ControlKey
<CommandControl> EntityTablePanel.ControlKeys.EDIT_SELECTED_ATTRIBUTE
Select and edit a single attribute value for the selected entity instances.
Default key stroke: SHIFT-INSERTstatic final ControlKey
<CommandControl> TabbedDetailLayout.ControlKeys.EXPAND
Expands the detail panel all the way to the left, hiding the parent.
Default key stroke: SHIFT-CTRL-ALT LEFT ARROWstatic final ControlKey
<CommandControl> EntityTablePanel.ControlKeys.INCREMENT_SELECTION
Increments the selected indexes, moving the selection down.
Default key stroke: CTRL-SHIFT-DOWNstatic final ControlKey
<CommandControl> EntityEditPanel.ControlKeys.INSERT
Performs an insert.static final ControlKey
<CommandControl> EntityPanel.ControlKeys.NAVIGATE_DOWN
Navigates to the selected child panel, if one is available.
Default key stroke: CTRL-ALT-DOWN ARROWstatic final ControlKey
<CommandControl> EntityPanel.ControlKeys.NAVIGATE_LEFT
Navigates to the sibling panel on the left, if one is available.
Default key stroke: CTRL-ALT-LEFT ARROWstatic final ControlKey
<CommandControl> EntityPanel.ControlKeys.NAVIGATE_RIGHT
Navigates to the sibling panel on the right, if one is available.
Default key stroke: CTRL-ALT-RIGHT ARROWstatic final ControlKey
<CommandControl> EntityPanel.ControlKeys.NAVIGATE_UP
Navigates to the parent panel, if one is available.
Default key stroke: CTRL-ALT-UP ARROWstatic final ControlKey
<CommandControl> EntityTablePanel.ControlKeys.PRINT
The main print action
Default key stroke: CTRL-Pstatic final ControlKey
<CommandControl> EntityPanel.ControlKeys.REFRESH
Refreshes the table.static final ControlKey
<CommandControl> EntityTablePanel.ControlKeys.REFRESH
AControl
for refreshing the table items.
Default key stroke: ALT-Rstatic final ControlKey
<CommandControl> EntityPanel.ControlKeys.REQUEST_EDIT_PANEL_FOCUS
Requests focus for the edit panel (intial focus component).
Default key stroke: CTRL-Estatic final ControlKey
<CommandControl> EntityTablePanel.ControlKeys.REQUEST_SEARCH_FIELD_FOCUS
Requests focus for the table search field.
Default key stroke: CTRL-Fstatic final ControlKey
<CommandControl> EntityTablePanel.ControlKeys.REQUEST_TABLE_FOCUS
Requests focus for the table.
Default key stroke: CTRL-Tstatic final ControlKey
<CommandControl> EntityTablePanel.ControlKeys.RESET_COLUMNS
AControl
for resetting the columns to their original visibility and location.static final ControlKey
<CommandControl> TabbedDetailLayout.ControlKeys.RESIZE_LEFT
Resizes the detail panel to the left.
Default key stroke: SHIFT-ALT-LEFT ARROWstatic final ControlKey
<CommandControl> TabbedDetailLayout.ControlKeys.RESIZE_RIGHT
Resizes the detail panel to the right.
Default key stroke: SHIFT-ALT-RIGHT ARROWstatic final ControlKey
<CommandControl> EntityTablePanel.ControlKeys.SELECT_AUTO_RESIZE_MODE
AControl
for displaying a dialog for configuring the column auto-resize-mode.static final ControlKey
<CommandControl> EntityTablePanel.ControlKeys.SELECT_COLUMNS
AControl
for displaying a dialog for selecting the visible table columns.static final ControlKey
<CommandControl> EntityTablePanel.ControlKeys.SELECT_CONDITION
Displays a dialog for selecting a column condition panel.
Default key stroke: CTRL-Sstatic final ControlKey
<CommandControl> EntityTablePanel.ControlKeys.SELECT_FILTER
Displays a dialog for selecting a column filter panel.
Default key stroke: CTRL-SHIFT-Fstatic final ControlKey
<CommandControl> EntityEditPanel.ControlKeys.SELECT_INPUT_FIELD
Displays a dialog for selecting an input field.
Default key stroke: CTRL-Istatic final ControlKey
<CommandControl> EntityTablePanel.ControlKeys.TOGGLE_CONDITION_VIEW
Toggles the condition panel between the hidden, simple and advanced views.
Default key stroke: CTRL-ALT-Sstatic final ControlKey
<CommandControl> EntityPanel.ControlKeys.TOGGLE_EDIT_PANEL
Toggles the edit panel between hidden, embedded and dialog.
Default key stroke: CTRL-ALT-Estatic final ControlKey
<CommandControl> EntityTablePanel.ControlKeys.TOGGLE_FILTER_VIEW
Toggles the filter panel between the hidden, simple and advanced views.
Default key stroke: CTRL-ALT-Fstatic final ControlKey
<CommandControl> EntityEditPanel.ControlKeys.UPDATE
Performs an update.static final ControlKey
<CommandControl> EntityTablePanel.ControlKeys.VIEW_DEPENDENCIES
AControl
for viewing the dependencies of the selected entities. -
Uses of CommandControl in is.codion.swing.framework.ui.component
Fields in is.codion.swing.framework.ui.component with type parameters of type CommandControlModifier and TypeFieldDescriptionstatic final ControlKey
<CommandControl> EntityComboBox.ControlKeys.ADD
Displays a dialog for adding a new record.
Default key stroke: INSERTstatic final ControlKey
<CommandControl> EntitySearchField.ControlKeys.ADD
Displays a dialog for adding a new record.
Default key stroke: INSERTstatic final ControlKey
<CommandControl> EntityComboBox.ControlKeys.EDIT
Displays a dialog for editing the selected record.
Default key stroke: CTRL-INSERTstatic final ControlKey
<CommandControl> EntitySearchField.ControlKeys.EDIT
Displays a dialog for editing the selected record.
Default key stroke: CTRL-INSERTMethods in is.codion.swing.framework.ui.component that return types with arguments of type CommandControlModifier and TypeMethodDescriptionEntityComboBox.addControl()
EntitySearchField.addControl()
EntityComboBox.editControl()
EntitySearchField.editControl()