Interface EntityComboBoxModel.Filter
- Enclosing interface:
EntityComboBoxModel
public static interface EntityComboBoxModel.Filter
Controls the filters for a
EntityComboBoxModel
-
Method Summary
Modifier and TypeMethodDescriptionget
(ForeignKey foreignKey) Returns a filter based on the given foreign keyControls the additional filter predicate, which is tested for items that pass all foreign key filters
-
Method Details
-
predicate
Controls the additional filter predicate, which is tested for items that pass all foreign key filters- Returns:
- the
Value
controlling the addition filter predicate
-
get
Returns a filter based on the given foreign key- Parameters:
foreignKey
- the foreign key- Returns:
- a foreign key filter
-