Class EntityComboBoxConditionModel

java.lang.Object
is.codion.framework.model.AbstractForeignKeyConditionModel
is.codion.swing.framework.model.EntityComboBoxConditionModel
All Implemented Interfaces:
is.codion.common.model.table.ColumnConditionModel<is.codion.framework.domain.entity.attribute.ForeignKey,is.codion.framework.domain.entity.Entity>

public final class EntityComboBoxConditionModel extends is.codion.framework.model.AbstractForeignKeyConditionModel
A ColumnConditionModel based on a EntityComboBoxModel. For instances use the entityComboBoxConditionModel(ForeignKey, EntityComboBoxModel) factory method.
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from interface is.codion.common.model.table.ColumnConditionModel

    is.codion.common.model.table.ColumnConditionModel.AutomaticWildcard, is.codion.common.model.table.ColumnConditionModel.Builder<C extends Object,T extends Object>, is.codion.common.model.table.ColumnConditionModel.Factory<C extends Object>
  • Field Summary

    Fields inherited from interface is.codion.common.model.table.ColumnConditionModel

    AUTOMATIC_WILDCARD, CASE_SENSITIVE
  • Method Summary

    Modifier and Type
    Method
    Description
     
    entityComboBoxConditionModel(is.codion.framework.domain.entity.attribute.ForeignKey foreignKey, EntityComboBoxModel comboBoxModel)
    Instantiates a EntityComboBoxConditionModel instance
    void
    Refreshes the underlying combo box model.

    Methods inherited from class is.codion.framework.model.AbstractForeignKeyConditionModel

    accepts, addChangeListener, autoEnable, automaticWildcard, caseSensitive, clear, columnClass, columnIdentifier, dateTimePattern, enabled, equalValues, format, getEqualValue, getEqualValues, getLowerBound, getUpperBound, locked, lowerBoundValue, operator, operators, removeChangeListener, setEqualValue, setEqualValues, setLowerBound, setUpperBound, upperBoundValue, wildcard

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait