T - Selection item typepublic static interface Selectable.SelectionEvent<T> extends Serializable
| Modifier and Type | Method and Description |
|---|---|
Set<T> |
getAllSelectedItems()
Gets all the currently selected items.
|
Optional<T> |
getFirstSelectedItem()
Get first selected data item, if any.
|
Copyright © 2019 The Holon Platform. All rights reserved.