Uses of Interface
is.codion.swing.common.ui.control.ToggleControl
Packages that use ToggleControl
Package
Description
Button and toggle button builders.
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.COLUMN_REORDERING
FilterTable.AUTO_RESIZE_MODE
FilterTable.COLUMN_RESIZING
Action control framework for UI components.
Package configuration values:
EntityApplicationPanel.HELP_URL
EntityApplicationPanel.CONFIRM_EXIT
EntityApplicationPanel.STARTUP_DIALOG
EntityApplicationPanel.CACHE_ENTITY_PANELS
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
-
Uses of ToggleControl in is.codion.swing.common.ui.component.button
Methods in is.codion.swing.common.ui.component.button with parameters of type ToggleControlModifier and TypeMethodDescriptionToggleButtonBuilder.toggle
(ToggleControl toggleControl) ToggleMenuItemBuilder.toggle
(ToggleControl toggleControl) Method parameters in is.codion.swing.common.ui.component.button with type arguments of type ToggleControlModifier and TypeMethodDescriptionToggleButtonBuilder.toggle
(Control.Builder<ToggleControl, ?> toggleControl) ToggleMenuItemBuilder.toggle
(Control.Builder<ToggleControl, ?> toggleControl) MenuBuilder.toggleControlMenuItem
(Function<ToggleControl, JCheckBoxMenuItem> toggleControlMenuItem) -
Uses of ToggleControl in is.codion.swing.common.ui.component.table
Fields in is.codion.swing.common.ui.component.table with type parameters of type ToggleControlModifier and TypeFieldDescriptionstatic final ControlKey
<ToggleControl> ColumnConditionPanel.ControlKeys.CLEAR
Clears the model.
Default key stroke: CTRL-SHIFT-ENTERstatic final ControlKey
<ToggleControl> ColumnConditionPanel.ControlKeys.TOGGLE_ENABLED
Toggle the enabled status on/off.
Default key stroke: CTRL-ENTERMethods in is.codion.swing.common.ui.component.table that return ToggleControl -
Uses of ToggleControl in is.codion.swing.common.ui.control
Methods in is.codion.swing.common.ui.control that return ToggleControlModifier and TypeMethodDescriptionstatic ToggleControl
Creates a new ToggleControl based on the given statestatic ToggleControl
Creates a new ToggleControl based on the given valueMethods in is.codion.swing.common.ui.control that return types with arguments of type ToggleControlModifier and TypeMethodDescriptionstatic ControlKey
<ToggleControl> static ControlKey
<ToggleControl> -
Uses of ToggleControl in is.codion.swing.framework.ui
Fields in is.codion.swing.framework.ui with type parameters of type ToggleControlModifier and TypeFieldDescriptionstatic final ControlKey
<ToggleControl> EntityTablePanel.ControlKeys.SINGLE_SELECTION
AControl
for toggling between single and multi selection mode.static final ControlKey
<ToggleControl> EntityTablePanel.ControlKeys.TOGGLE_SUMMARIES
AToggleControl
for showing/hiding the summary panel.Methods in is.codion.swing.framework.ui that return ToggleControlModifier and TypeMethodDescriptionprotected final ToggleControl
EntityApplicationPanel.createAlwaysOnTopControl()