Interface MultiSelection.Index

All Superinterfaces:
Observable<Integer>, Observer<Integer>
Enclosing interface:
MultiSelection<T>

public static interface MultiSelection.Index extends Observable<Integer>
Manages the selected index.
  • Method Details

    • get

      Integer get()
      Specified by:
      get in interface Observable<Integer>
      Returns:
      the selected index or -1 in case the selection is empty
    • set

      void set(int index)
      Parameters:
      index - the index to select