public final class EntityListConditionModel extends AbstractForeignKeyConditionModel
ObservableEntityList
For instances use the entityListConditionModel(ForeignKey, ObservableEntityList)
factory method.ColumnConditionModel.AutomaticWildcard, ColumnConditionModel.Builder<C,T>
AUTOMATIC_WILDCARD, CASE_SENSITIVE
Modifier and Type | Method and Description |
---|---|
static EntityListConditionModel |
entityListConditionModel(ForeignKey foreignKey,
ObservableEntityList listModel)
Instantiates a new
EntityListConditionModel instance |
ObservableEntityList |
listModel() |
void |
refresh()
Refreshes the underlying list model.
|
accepts, addClearedListener, addConditionChangedListener, addEnabledListener, addEqualsValueListener, addLowerBoundListener, addOperatorListener, addUpperBoundListener, autoEnableState, automaticWildcardValue, caseSensitiveState, clearCondition, columnClass, columnIdentifier, dateTimePattern, enabledState, equalValueSet, format, getEqualValue, getEqualValues, getLowerBound, getOperator, getUpperBound, isEnabled, isLocked, lockedObserver, lowerBoundValue, operators, operatorValue, removeClearedListener, removeConditionChangedListener, removeEnabledListener, removeEqualsValueListener, removeLowerBoundListener, removeOperatorListener, removeUpperBoundListener, setEnabled, setEqualValue, setEqualValues, setLocked, setLowerBound, setOperator, setUpperBound, upperBoundValue, wildcard
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
builder, caption
public ObservableEntityList listModel()
ObservableEntityList
this model is based on, null if none is availablepublic void refresh()
public static EntityListConditionModel entityListConditionModel(ForeignKey foreignKey, ObservableEntityList listModel)
EntityListConditionModel
instanceforeignKey
- the foreign keylistModel
- the list model to useEntityListConditionModel
instance