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, EntityConnectionProvider connectionProvider) SwingEntityEditor.SwingComboBoxModels.create(ForeignKey foreignKey) protected SwingEntityComboBoxModelSwingEntityConditions.createEqualComboBoxModel(ForeignKey foreignKey) 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 SwingEntityComboBoxModelMethods in is.codion.swing.framework.model.component with parameters of type SwingEntityComboBoxModelModifier and TypeMethodDescriptionSwingEntityComboBoxModel.Builder.filter(ForeignKey foreignKey, SwingEntityComboBoxModel filterModel) Links the given combo box model representing foreign key entities to this combo box model so that selection in the foreign key model filters this model. -
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.comboBoxPanel(ForeignKey foreignKey, SwingEntityComboBoxModel comboBoxModel, Supplier<EntityEditPanel> editPanel) Creates aEntityComboBoxPanel.Builderwith optional buttons for adding and editing items.EntityComboBox.Builder.ModelStep.model(SwingEntityComboBoxModel model) Instantiates a newEntityComboBox.BuilderEntityComboBoxPanel.Builder.ModelStep.model(SwingEntityComboBoxModel model)