public interface ISelectionListener<T>
ISelectionModel. Register instances on it with ISelectionModel.addListener(ISelectionListener).| Modifier and Type | Method and Description |
|---|---|
void |
selectionAllChanged()
Notification that the entire selection on a ISelectionModel is cleared or set: rewrite all shown rows.
|
void |
selectionChanged(T row,
boolean on)
Notification that the selection of the item changed.
|
Copyright © 2017 etc.to. All rights reserved.