Uses of Interface
is.codion.swing.common.ui.component.combobox.ItemComboBoxBuilder
Packages that use ItemComboBoxBuilder
Package
Description
Package configuration values:
Completion.COMPLETION_MODE
Completion.NORMALIZE
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 ItemComboBoxBuilder in is.codion.swing.common.ui.component
Methods in is.codion.swing.common.ui.component that return ItemComboBoxBuilderModifier and TypeMethodDescriptionstatic ItemComboBoxBuilder
<Boolean> Components.booleanComboBox()
static ItemComboBoxBuilder
<Boolean> Components.booleanComboBox
(Value<Boolean> linkedValue) static ItemComboBoxBuilder
<Boolean> Components.booleanComboBox
(FilterComboBoxModel<Item<Boolean>> comboBoxModel) static ItemComboBoxBuilder
<Boolean> Components.booleanComboBox
(FilterComboBoxModel<Item<Boolean>> comboBoxModel, Value<Boolean> linkedValue) static <T> ItemComboBoxBuilder
<T> Components.itemComboBox
(FilterComboBoxModel<Item<T>> comboBoxModel) static <T> ItemComboBoxBuilder
<T> Components.itemComboBox
(FilterComboBoxModel<Item<T>> comboBoxModel, Value<T> linkedValue) static <T> ItemComboBoxBuilder
<T> Components.itemComboBox
(List<Item<T>> values) static <T> ItemComboBoxBuilder
<T> Components.itemComboBox
(List<Item<T>> values, Value<T> linkedValue) -
Uses of ItemComboBoxBuilder in is.codion.swing.common.ui.component.combobox
Methods in is.codion.swing.common.ui.component.combobox that return ItemComboBoxBuilderModifier and TypeMethodDescriptionstatic <T> ItemComboBoxBuilder
<T> ItemComboBoxBuilder.builder
(FilterComboBoxModel<Item<T>> comboBoxModel) static <T> ItemComboBoxBuilder
<T> ItemComboBoxBuilder.builder
(FilterComboBoxModel<Item<T>> comboBoxModel, Value<T> linkedValue) static <T> ItemComboBoxBuilder
<T> static <T> ItemComboBoxBuilder
<T> ItemComboBoxBuilder.comparator
(Comparator<Item<T>> comparator) ItemComboBoxBuilder.completionMode
(Completion.Mode completionMode) ItemComboBoxBuilder.editor
(ComboBoxEditor editor) ItemComboBoxBuilder.itemListener
(ItemListener itemListener) ItemComboBoxBuilder.maximumRowCount
(int maximumRowCount) ItemComboBoxBuilder.mouseWheelScrolling
(boolean mouseWheelScrolling) Enable mouse wheel scrolling on the combo boxItemComboBoxBuilder.mouseWheelScrollingWithWrapAround
(boolean mouseWheelScrollingWithWrapAround) Enable mouse wheel scrolling on the combo box, with wrap aroundItemComboBoxBuilder.normalize
(boolean normalize) Specifies whether to normalize strings during auto-completionItemComboBoxBuilder.nullable
(boolean nullable) ItemComboBoxBuilder.popupWidth
(int popupWidth) Only used for the system and cross-platform Look and Feels.ItemComboBoxBuilder.renderer
(ListCellRenderer<Item<T>> renderer) ItemComboBoxBuilder.sorted
(boolean sorted) Sorts the items by caption, false by default -
Uses of ItemComboBoxBuilder in is.codion.swing.framework.ui
Methods in is.codion.swing.framework.ui that return ItemComboBoxBuilderModifier and TypeMethodDescriptionprotected final ItemComboBoxBuilder
<Boolean> EntityEditComponentPanel.createBooleanComboBox
(Attribute<Boolean> attribute) Creates a builder for boolean combo boxes.protected final <T> ItemComboBoxBuilder
<T> EntityEditComponentPanel.createItemComboBox
(Attribute<T> attribute) Creates a builder for value item list combo boxes. -
Uses of ItemComboBoxBuilder in is.codion.swing.framework.ui.component
Methods in is.codion.swing.framework.ui.component that return ItemComboBoxBuilderModifier and TypeMethodDescriptionEntityComponents.booleanComboBox
(Attribute<Boolean> attribute) Creates a boolean ComboBox builder based on the given attribute.<T> ItemComboBoxBuilder
<T> EntityComponents.itemComboBox
(Attribute<T> attribute) Creates a JComboBox builder based on the given attribute.