Package com.google.gwt.view.client
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 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()
-