Class MultiSelectionModel.SelectionChange<T>

  • Type Parameters:
    T - the data type of the item
    Enclosing class:
    MultiSelectionModel<T>

    static class MultiSelectionModel.SelectionChange<T>
    extends java.lang.Object
    Stores an item and its pending selection state.
    • Constructor Summary

      Constructors 
      Constructor Description
      SelectionChange​(T item, boolean isSelected)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      T getItem()  
      boolean isSelected()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SelectionChange

        SelectionChange​(T item,
                        boolean isSelected)
    • Method Detail

      • getItem

        public T getItem()
      • isSelected

        public boolean isSelected()