T
- the record data typepublic interface SetSelectionModel<T> extends SelectionModel<T>
SelectionModel.AbstractSelectionModel<T>
Modifier and Type | Method and Description |
---|---|
void |
clear()
Clears the current selection.
|
java.util.Set<T> |
getSelectedSet()
Get the set of selected items.
|
addSelectionChangeHandler, isSelected, setSelected
fireEvent
getKey
void clear()
java.util.Set<T> getSelectedSet()