Interface SingleSelection.Item<T>

Type Parameters:
T - the item type
All Superinterfaces:
Observable<T>, Observer<T>
Enclosing interface:
SingleSelection<T>

public static interface SingleSelection.Item<T> extends Observable<T>
  • Method Details

    • set

      void set(T item)
      Parameters:
      item - the item to select
    • clear

      void clear()
      Clears the selection