public interface SelectionControl<E> extends Serializable
Selectable| Modifier and Type | Method and Description |
|---|---|
boolean |
isSelectable(E e)
Returns whether the element can be selected.
|
boolean |
isSelectAll()
Returns whether it's all elements selected
|
void |
setSelectAll(boolean selectAll)
Sets to select all elements or deselect all elements.
|
boolean isSelectable(E e)
e - void setSelectAll(boolean selectAll)
boolean isSelectAll()
Copyright © 2015. All rights reserved.