public abstract class AbstractSelectionModel<T> extends Object implements ISelectionModel<T>
| Constructor and Description |
|---|
AbstractSelectionModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
addListener(ISelectionListener<T> l)
Add a listener that will receive notifications when the selections change.
|
protected void |
callChanged(T item,
boolean on) |
protected void |
callSelectionAllChanged() |
void |
removeListener(ISelectionListener<T> l) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclearSelection, getSelectionCount, isMultiSelect, isSelected, selectAll, setInstanceSelectedpublic void addListener(@Nonnull ISelectionListener<T> l)
ISelectionModeladdListener in interface ISelectionModel<T>public void removeListener(@Nonnull ISelectionListener<T> l)
removeListener in interface ISelectionModel<T>protected void callChanged(@Nonnull T item, boolean on) throws Exception
ExceptionCopyright © 2017 etc.to. All rights reserved.