Properties

Link copied to clipboard

Functions

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

Edit In Item

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

Extend Selection to Child Node inherited from Right with Selection

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

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

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

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

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

Extend Selection to Parent Node inherited from Left with Selection

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

Extend Selection with Next Node inherited from Down with Selection

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

Extend Selection with Previous Node inherited from Up with Selection

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

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

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

Scroll Page Down and Select Node inherited from Page Down

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

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

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

Scroll Page Up and Select Node inherited from Page Up

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

Select Child Node inherited from Right

Link copied to clipboard
abstract suspend fun onSelectFirstItem()

Select First Node

Link copied to clipboard
abstract suspend fun onSelectLastItem()

Select Last Node inherited from Move Caret to Text End

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

Select Next Node inherited from Down

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

Select Next Sibling Node

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

Select Parent Node

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

Select Previous Node inherited from Up

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

Select Previous Sibling Node