public interface SelectableFetchingBuffer<T extends SelectableElement> extends FetchingBuffer<T>
Modifier and Type | Method and Description |
---|---|
List<T> |
getSelected() |
int |
sizeSelected() |
void |
updateAllSelection(boolean selection) |
void |
updateAllSelectionByIds(boolean selection,
List<String> listIds) |
void |
updateSelection(int rowId,
boolean selection) |
Copyright © 2016. All Rights Reserved.