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.
|
boolean |
isUserOriginated()
Returns whether this event was triggered by user interaction, on the client side, or programmatically, on the
server side.
|
Optional<T> getFirstSelectedItem()
Set<T> getAllSelectedItems()
null
boolean isUserOriginated()
true
if this event originates from the client, false
otherwise.Copyright © 2019 The Holon Platform. All rights reserved.