T - the type of items being selectedpublic interface HasSelectionSupport<T>
| Modifier and Type | Method and Description |
|---|---|
default void |
deselectAll()
Deselect all currently selected items
|
List<T> |
getItems()
Deprecated.
use
getRows() |
List<T> |
getRows() |
List<T> |
getSelectedItems() |
boolean |
isSelectable() |
void |
onSelectionChange(T source)
Called when an item selection is changed, implementation can delegate to a list listeners
|
default void |
selectAll()
Select all not selected items
|
@Deprecated List<T> getItems()
getRows()void onSelectionChange(T source)
source - T item that has its selection changedboolean isSelectable()
default void selectAll()
default void deselectAll()
Copyright © 2019–2022 Dominokit. All rights reserved.