Class MultiSelectionModel.SelectionChange<T>

java.lang.Object
com.google.gwt.view.client.MultiSelectionModel.SelectionChange<T>
Type Parameters:
T - the data type of the item
Enclosing class:
MultiSelectionModel<T>

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

    • SelectionChange

      SelectionChange(T item, boolean isSelected)
  • Method Details

    • getItem

      public T getItem()
    • isSelected

      public boolean isSelected()