-
Method Summary
void
default void
Close and release any resources held by this object.
Get the current selected set of items.
void
void
Change the set of selected items to reflect the specified items
void
Toggle the selection of a particular item.
-
Method Details
-
selectItems
Change the set of selected items to reflect the specified items
- Parameters:
items - the collection of item to mark selected
-
toggleItem
Toggle the selection of a particular item.
- Parameters:
item - the item to toggle
-
selectAll
void selectAll()
Select every value.
-
clearSelection
void clearSelection()
Deselect all values.
-
getSelectedValues
@NotNull
@NotNull Set<Object> getSelectedValues()
Get the current selected set of items.
- Returns:
- the set of selected items
-
close
default void close()
Close and release any resources held by this object. The default implementation does nothing