Uses of Interface
is.codion.swing.common.ui.control.Controls
Packages that use Controls
Package
Description
Component builder related classes.
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:
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
-
Uses of Controls in is.codion.swing.common.ui.component
Methods in is.codion.swing.common.ui.component with parameters of type ControlsModifier and TypeMethodDescriptionstatic ButtonPanelBuilder
Components.buttonPanel
(Controls controls) static MenuBuilder
static ToolBarBuilder
-
Uses of Controls in is.codion.swing.common.ui.component.builder
Method parameters in is.codion.swing.common.ui.component.builder with type arguments of type ControlsModifier and TypeMethodDescriptionfinal B
AbstractComponentBuilder.popupMenuControls
(Function<C, Controls> popupMenuControls) ComponentBuilder.popupMenuControls
(Function<C, Controls> popupMenuControls) -
Uses of Controls in is.codion.swing.common.ui.component.button
Methods in is.codion.swing.common.ui.component.button with parameters of type ControlsModifier and TypeMethodDescriptionstatic ButtonPanelBuilder
static MenuBuilder
static ToolBarBuilder
Adds all actions from the givenControls
instanceAdds all actions from the givenControls
instance -
Uses of Controls in is.codion.swing.common.ui.component.table
Methods in is.codion.swing.common.ui.component.table that return ControlsModifier and TypeMethodDescriptionTableConditionPanel.controls()
FilterTable.createToggleAutoResizeModeControls()
FilterTable.createToggleColumnsControls()
-
Uses of Controls in is.codion.swing.common.ui.control
Methods in is.codion.swing.common.ui.control that return ControlsModifier and TypeMethodDescriptionstatic Controls
Constructs a new Controls instance.static Controls
Constructs a new Controls instance.Controls.Layout.create
(ControlMap controlMap) Method parameters in is.codion.swing.common.ui.control with type arguments of type ControlsModifier and TypeMethodDescriptionControls.Layout.controls
(ControlKey<Controls> controlsKey) Adds standard controls -
Uses of Controls in is.codion.swing.framework.ui
Fields in is.codion.swing.framework.ui with type parameters of type ControlsModifier and TypeFieldDescriptionstatic final ControlKey
<Controls> EntityTablePanel.ControlKeys.ADDITIONAL_POPUP_MENU_CONTROLS
AControls
instance containing any additional popup menu controls.static final ControlKey
<Controls> EntityTablePanel.ControlKeys.ADDITIONAL_TOOLBAR_CONTROLS
AControls
instance containing any additional toolbar controls.static final ControlKey
<Controls> EntityTablePanel.ControlKeys.CONDITION_CONTROLS
AControls
instance containing the condition panel controls.static final ControlKey
<Controls> EntityTablePanel.ControlKeys.EDIT_ATTRIBUTE_CONTROLS
AControls
instance containing edit controls for all editable attributes.static final ControlKey
<Controls> EntityPanel.ControlKeys.EDIT_CONTROLS
The edit panel controls.static final ControlKey
<Controls> EntityTablePanel.ControlKeys.FILTER_CONTROLS
AControls
instance containing the filter panel controls.static final ControlKey
<Controls> EntityTablePanel.ControlKeys.PRINT_CONTROLS
AControls
instance containing controls for printing.static final ControlKey
<Controls> EntityTablePanel.ControlKeys.TOGGLE_AUTO_RESIZE_MODE_CONTROLS
AControls
instance containing aToggleControl
for each auto-resize-mode.static final ControlKey
<Controls> EntityTablePanel.ControlKeys.TOGGLE_COLUMN_CONTROLS
AControls
instance containing aToggleControl
for each columns' visibility.Methods in is.codion.swing.framework.ui that return ControlsModifier and TypeMethodDescriptionprotected final Controls
EntityEditPanel.controls()
Returns aControls
instance containing all the controls configured viaEntityEditPanel.configureControls(Consumer)
.protected final Controls
EntityApplicationPanel.createLogControls()
protected final Controls
EntityApplicationPanel.createLogLevelControl()
Methods in is.codion.swing.framework.ui that return types with arguments of type ControlsModifier and TypeMethodDescriptionEntityApplicationPanel.createFileMenuControls()
EntityApplicationPanel.createHelpMenuControls()
EntityApplicationPanel.createLookupMenuControls()
EntityApplicationPanel.createMainMenuControls()
EntityApplicationPanel.createToolsMenuControls()
EntityApplicationPanel.createViewMenuControls()
Methods in is.codion.swing.framework.ui with parameters of type ControlsModifier and TypeMethodDescriptionfinal void
EntityTablePanel.addPopupMenuControls
(Controls additionalPopupMenuControls) final void
EntityTablePanel.addToolBarControls
(Controls additionalToolBarControls) Method parameters in is.codion.swing.framework.ui with type arguments of type ControlsModifier and TypeMethodDescriptionEntityPanel.Config.controlComponent
(Function<Controls, JComponent> controlComponent) Creates the component to place next to the edit panel, containing the available controls, such as insert, update, delete, clear and refresh.