|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.google.gwt.view.client.MultiSelectionModel.SelectionChange<T>
T
- the data type of the itemstatic class MultiSelectionModel.SelectionChange<T>
Stores an item and its pending selection state.
Constructor Summary | |
---|---|
MultiSelectionModel.SelectionChange(T item,
boolean isSelected)
|
Method Summary | |
---|---|
T |
getItem()
|
boolean |
isSelected()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
MultiSelectionModel.SelectionChange(T item, boolean isSelected)
Method Detail |
---|
public T getItem()
public boolean isSelected()
|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |