TListControllerSelection<T, K> extension
- on
-
- TListController<
T, K>
- TListController<
Properties
- hasMultipleSelection → bool
-
Available on TListController<
T, K> , provided by the TListControllerSelection extensionno setter - hasSelection → bool
-
Available on TListController<
T, K> , provided by the TListControllerSelection extensionno setter - isAllSelected → bool
-
Available on TListController<
T, K> , provided by the TListControllerSelection extensionno setter - isMultiSelect → bool
-
Available on TListController<
T, K> , provided by the TListControllerSelection extensionno setter - isSomeSelected → bool
-
Available on TListController<
T, K> , provided by the TListControllerSelection extensionno setter - selectable → bool
-
Available on TListController<
T, K> , provided by the TListControllerSelection extensionno setter - selectedCount → int
-
Available on TListController<
T, K> , provided by the TListControllerSelection extensionno setter -
selectedItems
→ List<
T> -
Available on TListController<
T, K> , provided by the TListControllerSelection extensionno setter -
selectedKeys
→ LinkedHashSet<
K> -
Available on TListController<
T, K> , provided by the TListControllerSelection extensionno setter - selectionInfo → String
-
Available on TListController<
T, K> , provided by the TListControllerSelection extensionno setter - selectionMode → TSelectionMode
-
Available on TListController<
T, K> , provided by the TListControllerSelection extensionno setter
Methods
-
clearSelection(
) → void -
Available on TListController<
T, K> , provided by the TListControllerSelection extension -
deselectItem(
T item) → void -
Available on TListController<
T, K> , provided by the TListControllerSelection extension -
deselectItemKey(
K key) → void -
Available on TListController<
T, K> , provided by the TListControllerSelection extension -
isItemKeySelected(
K key) → bool -
Available on TListController<
T, K> , provided by the TListControllerSelection extension -
isItemSelected(
T item) → void -
Available on TListController<
T, K> , provided by the TListControllerSelection extension -
selectAll(
) → void -
Available on TListController<
T, K> , provided by the TListControllerSelection extension -
selectItem(
T item) → void -
Available on TListController<
T, K> , provided by the TListControllerSelection extension -
selectItemKey(
K key) → void -
Available on TListController<
T, K> , provided by the TListControllerSelection extension -
selectItemKeys(
Iterable< K> keys) → void -
Available on TListController<
T, K> , provided by the TListControllerSelection extension -
selectItems(
Iterable< T> items) → void -
Available on TListController<
T, K> , provided by the TListControllerSelection extension -
toggleSelectAll(
) → void -
Available on TListController<
T, K> , provided by the TListControllerSelection extension -
toggleSelection(
T item) → void -
Available on TListController<
T, K> , provided by the TListControllerSelection extension -
toggleSelectionByKey(
K key) → void -
Available on TListController<
T, K> , provided by the TListControllerSelection extension -
updateSelectionState(
LinkedHashSet< K> selectedKeys, {String who = ''}) → void -
Available on TListController<
T, K> , provided by the TListControllerSelection extension