Interface FilterComboBoxModel.ComboBoxItems<T>

Type Parameters:
T - the item type
All Superinterfaces:
FilterModel.Items<T>, Mutable<Collection<T>>, Observable<Collection<T>>, Observer<Collection<T>>
Enclosing interface:
FilterComboBoxModel<T>

public static interface FilterComboBoxModel.ComboBoxItems<T> extends FilterModel.Items<T>
  • Method Details

    • replace

      void replace(T item, T replacement)
      Replaces the given item in this combo box model
      Parameters:
      item - the item to replace
      replacement - the replacement item
      Throws:
      IllegalArgumentException - in case the replacement item fails validation
    • cleared

      boolean cleared()
      Returns:
      true if the items have been cleared and need to be refreshed
    • nullItem

      Returns:
      the null item