Interface EntityComboBoxModel.Filter

Enclosing interface:
EntityComboBoxModel

public static interface EntityComboBoxModel.Filter
Controls the filters for a EntityComboBoxModel
  • Method Details

    • predicate

      Value<Predicate<Entity>> 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