Uses of Interface
is.codion.swing.framework.model.component.SwingEntityComboBoxModel
Packages that use SwingEntityComboBoxModel
Package
Description
Swing model classes
Package configuration values:
EntityComboBoxModel.PERSISTENCE_AWARE
Package configuration values:
EntitySearchField.SEARCH_INDICATOR
EntitySearchField.SEARCH_PROGRESS_BAR_DELAY
DefaultEditComponent.TEXT_FIELD_COLUMNS
-
Uses of SwingEntityComboBoxModel in is.codion.swing.framework.model
Methods in is.codion.swing.framework.model that return SwingEntityComboBoxModelModifier and TypeMethodDescriptiondefault SwingEntityComboBoxModelSwingEntityEditor.SwingComponentModels.comboBoxModel(ForeignKey foreignKey, EntityConnection connection) SwingEntityEditor.SwingComboBoxModels.create(ForeignKey foreignKey) protected SwingEntityComboBoxModelSwingEntityConditions.createEqualComboBoxModel(ForeignKey foreignKey) protected SwingEntityComboBoxModelSwingEntityConditions.createInComboBoxModel(ForeignKey foreignKey) Note that this must be a separate instance from the one returned bySwingEntityConditions.createEqualComboBoxModel(ForeignKey), since the EQUAL and IN operand components exist side by side.SwingEntityEditor.SwingComboBoxModels.get(ForeignKey foreignKey) Methods in is.codion.swing.framework.model that return types with arguments of type SwingEntityComboBoxModel -
Uses of SwingEntityComboBoxModel in is.codion.swing.framework.model.component
Methods in is.codion.swing.framework.model.component that return SwingEntityComboBoxModel -
Uses of SwingEntityComboBoxModel in is.codion.swing.framework.ui.component
Methods in is.codion.swing.framework.ui.component that return SwingEntityComboBoxModelMethods in is.codion.swing.framework.ui.component with parameters of type SwingEntityComboBoxModelModifier and TypeMethodDescriptionEntityComponents.comboBox(ForeignKey foreignKey, SwingEntityComboBoxModel comboBoxModel) Creates aEntityComboBox.Builderbased on the given foreign key.EntityComponents.comboBoxInput(ForeignKey foreignKey, SwingEntityComboBoxModel comboBoxModel, Supplier<EntityEditPanel> editPanel) Creates aEntityComboBoxInput.Builderwith optional buttons for adding and editing items.EntityComboBox.Builder.ModelStep.model(SwingEntityComboBoxModel model) Instantiates a newEntityComboBox.BuilderEntityComboBoxInput.Builder.ModelStep.model(SwingEntityComboBoxModel model)