java.lang.Object
is.codion.swing.framework.model.component.EntityComboBoxModel
All Implemented Interfaces:
FilterModel<Entity>, FilterComboBoxModel<Entity>, ComboBoxModel<Entity>, ListModel<Entity>

public final class EntityComboBoxModel extends Object implements FilterComboBoxModel<Entity>
A ComboBoxModel based on an Entity, showing by default all the entities in the underlying table.
See Also: