Selectable Column On Key Event
Functions
Link copied to clipboard
open fun onExtendSelectionToFirst(keys: List<SelectableLazyListKey>, state: SelectableLazyListState)
Extend Selection to First Node inherited from Move Caret to Text Start with Selection.
Link copied to clipboard
open fun onExtendSelectionToLastItem(keys: List<SelectableLazyListKey>, state: SelectableLazyListState)
Extend Selection to Last Node inherited from Move Caret to Text End with Selection.
Link copied to clipboard
open fun onExtendSelectionWithNextItem(keys: List<SelectableLazyListKey>, state: SelectableLazyListState)
Extend Selection with Next Node inherited from Down with Selection.
Link copied to clipboard
open fun onExtendSelectionWithPreviousItem(keys: List<SelectableLazyListKey>, state: SelectableLazyListState)
Extend Selection with Previous Node inherited from Up with Selection.
Link copied to clipboard
open fun onScrollPageDownAndExtendSelection(keys: List<SelectableLazyListKey>, state: SelectableLazyListState)
Scroll Page Down and Extend Selection inherited from Page Down with Selection.
Link copied to clipboard
open fun onScrollPageDownAndSelectItem(keys: List<SelectableLazyListKey>, state: SelectableLazyListState)
Scroll Page Down and Select Node inherited from Page Down.
Link copied to clipboard
open fun onScrollPageUpAndExtendSelection(keys: List<SelectableLazyListKey>, state: SelectableLazyListState)
Scroll Page Up and Extend Selection inherited from Page Up with Selection.
Link copied to clipboard
open fun onScrollPageUpAndSelectItem(keys: List<SelectableLazyListKey>, state: SelectableLazyListState)
Scroll Page Up and Select Node inherited from Page Up.
Link copied to clipboard
Select All.
Link copied to clipboard
Select First Node.
Link copied to clipboard
Select Last Node inherited from Move Caret to Text End.
Link copied to clipboard
Select Next Node inherited from Down.
Link copied to clipboard
Select Previous Node inherited from Up.