Uses of Interface
is.codion.swing.framework.ui.component.EntitySearchField.Builder
Packages that use EntitySearchField.Builder
Package
Description
Package configuration values:
EntityApplication.USER
EntityApplication.SAVE_DEFAULT_USERNAME
EntityApplication.STARTUP_DIALOG
EntityApplication.CONNECTION_INFO_UPPER_CASE
EntityApplicationPanel.HELP_URL
EntityApplicationPanel.CONFIRM_EXIT
EntityApplicationPanel.CACHE_ENTITY_PANELS
EntityApplicationPanel.SYSTEM_EXIT
EntityApplicationPanel.SQL_TRACING
EntityEditPanel.Config.VALID_INDICATOR
EntityEditPanel.Config.MODIFIED_INDICATOR
EntityEditPanel.Config.TEXT_FIELD_COLUMNS
EntityEditPanel.Config.MODIFIED_WARNING
EntityEditPanel.Config.USE_FOCUS_ACTIVATION
EntityEditPanel.Config.INCLUDE_ENTITY_VIEWER
EntityEditPanel.Config.INCLUDE_INSPECTOR
EntityEditPanel.Config.TRANSFER_FOCUS_ON_ENTER
EntityPanel.Config.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
EntityPanel.Config.EDIT_PANEL_CONSTRAINTS
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_VIEWER
EntityTablePanel.Config.INCLUDE_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
EntityTablePanel.Config.REFRESH_PROGRESS_BAR_DELAY
ReferentialIntegrityErrorHandling.HANDLING
TabbedApplicationLayout.TAB_PLACEMENT
TabbedDetailLayout.INCLUDE_CONTROLS
Package configuration values:
EntitySearchField.SEARCH_INDICATOR
EntitySearchField.SEARCH_PROGRESS_BAR_DELAY
DefaultEditComponent.TEXT_FIELD_COLUMNS
-
Uses of EntitySearchField.Builder in is.codion.swing.framework.ui
Methods in is.codion.swing.framework.ui that return EntitySearchField.BuilderModifier and TypeMethodDescriptionEditorComponents.ComponentFactory.searchField(ForeignKey foreignKey) Creates a builder for foreign key search fields. -
Uses of EntitySearchField.Builder in is.codion.swing.framework.ui.component
Methods in is.codion.swing.framework.ui.component that return EntitySearchField.BuilderModifier and TypeMethodDescriptionEntitySearchField.Builder.columns(int columns) EntitySearchField.Builder.confirmAdd(boolean confirmAdd) EntitySearchField.Builder.confirmEdit(boolean confirmEdit) EntitySearchField.Builder.editable(boolean editable) EntitySearchField.Builder.editPanel(Supplier<EntityEditPanel> editPanel) An edit panel is required for the add and edit controls.Overrides the default formatter for search elements when displayed in a field based on this fieldEntitySearchField.Builder.keyStroke(ControlKey<?> controlKey, KeyStroke keyStroke) EntitySearchField.Builder.limit(int limit) EntitySearchField.Builder.lowerCase(boolean lowerCase) Makes the field convert all upper case input to lower caseEntitySearchField.Builder.ModelStep.model(EntitySearchModel model) protected EntitySearchField.BuilderDefaultEditComponent.searchField(ForeignKey foreignKey, SwingEntityEditor editor) EntityComponents.searchField(ForeignKey foreignKey, EntitySearchModel searchModel) Creates aEntitySearchField.Builder.EntitySearchField.Builder.searchHintEnabled(boolean searchHintEnabled) EntitySearchField.Builder.searchIndicator(EntitySearchField.SearchIndicator searchIndicator) EntitySearchField.Builder.searchOnFocusLost(boolean searchOnFocusLost) Specifies whether a search should be performed when the field loses focus.EntitySearchField.Builder.searchProgressBarDelay(int searchProgressBarDelay) EntitySearchField.Builder.selectionToolTip(boolean selectionToolTip) Specifies whether the selected entity should be available in a tool tip, for a field too narrow to display it in full.EntitySearchField.Builder.selector(Function<EntitySearchField, EntitySearchField.Selector> selector) EntitySearchField.Builder.upperCase(boolean upperCase) Makes the field convert all lower case input to upper case