Interface EntityComboBoxModel

All Superinterfaces:
FilterComboBoxModel<Entity>, FilterModel<Entity>
All Known Subinterfaces:
SwingEntityComboBoxModel

public interface EntityComboBoxModel extends FilterComboBoxModel<Entity>

A ComboBoxModel based on an Entity, showing by default all the entities in the underlying table.

To filter a EntityComboBoxModel use filter() to set a Predicate or configure ForeignKey based filtering.

See Also: