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 |
updateSelection(int rowId,
boolean selection) |
Copyright © 2013. All Rights Reserved.