Interface SelectableScope
-
- All Implemented Interfaces:
public interface SelectableScope
-
-
Method Summary
Modifier and Type Method Description abstract Set<Object>getSelectedKeys()abstract UnitsetSelectedKeys(Set<Object> selectedKeys)-
-
Method Detail
-
getSelectedKeys
abstract Set<Object> getSelectedKeys()
-
setSelectedKeys
abstract Unit setSelectedKeys(Set<Object> selectedKeys)
-
-
-
-