DefaultTreeViewOnKeyEvent

open class DefaultTreeViewOnKeyEvent(val keybindings: TreeViewKeybindings, treeState: TreeState, animate: Boolean = false, scrollOffset: Int = 0) : TreeViewOnKeyEvent

Constructors

Link copied to clipboard
constructor(keybindings: TreeViewKeybindings, treeState: TreeState, animate: Boolean = false, scrollOffset: Int = 0)

Properties

Link copied to clipboard
open override val keybindings: TreeViewKeybindings

Functions

Link copied to clipboard
open suspend override fun onEdit(currentIndex: Int)

Edit In Item

Link copied to clipboard
open suspend override fun onExtendSelectionToChild(flattenedIndex: Int)

Extend Selection to Child Node inherited from Right with Selection

Link copied to clipboard
open suspend override fun onExtendSelectionToFirst(currentIndex: Int)

Extend Selection to First Node inherited from Move Caret to Text Start with Selection

Link copied to clipboard
open suspend override fun onExtendSelectionToLastItem(currentIndex: Int)

Extend Selection to Last Node inherited from Move Caret to Text End with Selection

Link copied to clipboard
open suspend override fun onExtendSelectionToParent(flattenedIndex: Int)

Extend Selection to Parent Node inherited from Left with Selection

Link copied to clipboard
open suspend override fun onExtendSelectionWithNextItem(currentIndex: Int)

Extend Selection with Next Node inherited from Down with Selection

Link copied to clipboard
open suspend override fun onExtendSelectionWithPreviousItem(currentIndex: Int)

Extend Selection with Previous Node inherited from Up with Selection

Link copied to clipboard
open suspend override fun onScrollPageDownAndExtendSelection(currentIndex: Int)

Scroll Page Down and Extend Selection inherited from Page Down with Selection

Link copied to clipboard
open suspend override fun onScrollPageDownAndSelectItem(currentIndex: Int)

Scroll Page Down and Select Node inherited from Page Down

Link copied to clipboard
open suspend override fun onScrollPageUpAndExtendSelection(currentIndex: Int)

Scroll Page Up and Extend Selection inherited from Page Up with Selection

Link copied to clipboard
open suspend override fun onScrollPageUpAndSelectItem(currentIndex: Int)

Scroll Page Up and Select Node inherited from Page Up

Link copied to clipboard
open suspend override fun onSelectChild(flattenedIndex: Int)

Select Child Node inherited from Right

Link copied to clipboard
open suspend override fun onSelectFirstItem()

Select First Node

Link copied to clipboard
open suspend override fun onSelectLastItem()

Select Last Node inherited from Move Caret to Text End

Link copied to clipboard
open suspend override fun onSelectNextItem(currentIndex: Int)

Select Next Node inherited from Down

Link copied to clipboard
open suspend override fun onSelectNextSibling(flattenedIndex: Int)

Select Next Sibling Node

Link copied to clipboard
open suspend override fun onSelectParent(flattenedIndex: Int)

Select Parent Node

Link copied to clipboard
open suspend override fun onSelectPreviousItem(currentIndex: Int)

Select Previous Node inherited from Up

Link copied to clipboard
open suspend override fun onSelectPreviousSibling(flattenedIndex: Int)

Select Previous Sibling Node