Uses of Interface
is.codion.swing.common.ui.control.Controls.Layout
Packages that use Controls.Layout
Package
Description
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.Layout in is.codion.swing.common.ui.control
Methods in is.codion.swing.common.ui.control that return Controls.LayoutModifier and TypeMethodDescriptionControls.Layout.clear()
Clears all controls from this layoutControls.Layout.control
(Control.Builder<?, ?> controlBuilder) Controls.Layout.control
(ControlKey<?> controlKey) Adds a standard controlControls.Layout.controls
(ControlKey<Controls> controlsKey) Adds standard controlsControls.Layout.controls
(Controls.ControlsKey controlsKey, Consumer<Controls.Layout> layout) Adds standard configurable controlsControls.Layout.copy()
Controls.Layout.defaults()
Adds all remaining default controlsControls.Layout.defaults
(ControlKey<?> stopAt) Adds all remaining default controls, up until and includingstopAt
static Controls.Layout
Controls.layout
(List<ControlKey<?>> defaults) Controls.Layout.separator()
Adds a separatorMethods in is.codion.swing.common.ui.control that return types with arguments of type Controls.LayoutMethods in is.codion.swing.common.ui.control with parameters of type Controls.LayoutModifier and TypeMethodDescriptionstatic Controls.ControlsKey
Controls.key
(String name, Controls.Layout defaultLayout) Method parameters in is.codion.swing.common.ui.control with type arguments of type Controls.LayoutModifier and TypeMethodDescriptionControls.Layout.controls
(Controls.ControlsKey controlsKey, Consumer<Controls.Layout> layout) Adds standard configurable controls -
Uses of Controls.Layout in is.codion.swing.framework.ui
Fields in is.codion.swing.framework.ui with type parameters of type Controls.LayoutModifier and TypeFieldDescriptionstatic final PropertyValue
<Controls.Layout> EntityTablePanel.Config.POPUP_MENU_LAYOUT
Specifies the default popup menu layout.static final PropertyValue
<Controls.Layout> EntityTablePanel.Config.TOOLBAR_LAYOUT
Specifies the default toolbar layout.Method parameters in is.codion.swing.framework.ui with type arguments of type Controls.LayoutModifier and TypeMethodDescriptionprotected final void
EntityEditPanel.configureControls
(Consumer<Controls.Layout> controlsConfig) Configures the controls.protected final void
EntityPanel.configureControls
(Consumer<Controls.Layout> controlsLayout) Configures the controls layout.
Note that theControls.Layout
instance has pre-configured defaults, which must be cleared in order to start with an empty configuration.protected final void
EntityTablePanel.configurePopupMenu
(Consumer<Controls.Layout> popupMenuLayout) Configures the popup menu controls layout.
Note that theControls.Layout
instance has pre-configured defaults, which must be cleared in order to start with an empty configuration.protected final void
EntityTablePanel.configureToolBar
(Consumer<Controls.Layout> toolBarLayout) Configures the toolbar controls layout.
Note that theControls.Layout
instance has pre-configured defaults, which must be cleared in order to start with an empty configuration.