Class SwingForeignKeyConditionModel

java.lang.Object
is.codion.swing.framework.model.SwingForeignKeyConditionModel
All Implemented Interfaces:
ColumnConditionModel<Attribute<?>,Entity>

public final class SwingForeignKeyConditionModel extends Object implements ColumnConditionModel<Attribute<?>,Entity>
A condition model using a EntityComboBoxModel for the equalValue() and a EntitySearchModel for the inValues().
See Also: