TListControllerSelection<T, K> extension

on

Properties

hasMultipleSelection bool

Available on TListController<T, K>, provided by the TListControllerSelection extension

no setter
hasSelection bool

Available on TListController<T, K>, provided by the TListControllerSelection extension

no setter
isAllSelected bool

Available on TListController<T, K>, provided by the TListControllerSelection extension

no setter
isMultiSelect bool

Available on TListController<T, K>, provided by the TListControllerSelection extension

no setter
isSomeSelected bool

Available on TListController<T, K>, provided by the TListControllerSelection extension

no setter
selectable bool

Available on TListController<T, K>, provided by the TListControllerSelection extension

no setter
selectedCount int

Available on TListController<T, K>, provided by the TListControllerSelection extension

no setter
selectedItems List<T>

Available on TListController<T, K>, provided by the TListControllerSelection extension

no setter
selectedKeys LinkedHashSet<K>

Available on TListController<T, K>, provided by the TListControllerSelection extension

no setter
selectionInfo String

Available on TListController<T, K>, provided by the TListControllerSelection extension

no setter
selectionMode TSelectionMode

Available on TListController<T, K>, provided by the TListControllerSelection extension

no 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