public interface SelectionControl<E>
extends java.io.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 © 2005-2018 Potix Corporation. All Rights Reserved.