Properties

Link copied to clipboard
abstract val PointerKeyboardModifiers.isContiguousSelectionKeyPressed: Boolean
Link copied to clipboard
abstract val KeyEvent.isEdit: Boolean

Edit item.

Link copied to clipboard
abstract val KeyEvent.isExtendSelectionToChild: Boolean

Extend Selection to Child Node inherited from Right with Selection.

Link copied to clipboard
abstract val KeyEvent.isExtendSelectionToFirstItem: Boolean

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

Link copied to clipboard
abstract val KeyEvent.isExtendSelectionToLastItem: Boolean

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

Link copied to clipboard
abstract val KeyEvent.isExtendSelectionToParent: Boolean

Extend Selection to Parent Node inherited from Left with Selection.

Link copied to clipboard
abstract val KeyEvent.isExtendSelectionWithNextItem: Boolean

Extend Selection with Next Node inherited from Down with Selection.

Link copied to clipboard

Extend Selection with Previous Node inherited from Up with Selection.

Link copied to clipboard
abstract val KeyEvent.isMultiSelectionKeyPressed: Boolean
abstract val PointerKeyboardModifiers.isMultiSelectionKeyPressed: Boolean
Link copied to clipboard

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

Link copied to clipboard
abstract val KeyEvent.isScrollPageDownAndSelectItem: Boolean

Scroll Page Down and Select Node inherited from Page Down.

Link copied to clipboard

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

Link copied to clipboard
abstract val KeyEvent.isScrollPageUpAndSelectItem: Boolean

Scroll Page Up and Select Node inherited from Page Up.

Link copied to clipboard
abstract val KeyEvent.isSelectAll: Boolean

Select all items.

Link copied to clipboard
abstract val KeyEvent.isSelectChild: Boolean

Select Child Node inherited from Right.

Link copied to clipboard
abstract val KeyEvent.isSelectFirstItem: Boolean

Select First Node.

Link copied to clipboard
abstract val KeyEvent.isSelectLastItem: Boolean

Select Last Node inherited from Move Caret to Text End.

Link copied to clipboard
abstract val KeyEvent.isSelectNextItem: Boolean

Select Next Node inherited from Down.

Link copied to clipboard
abstract val KeyEvent.isSelectNextSibling: Boolean

Select Next Sibling Node.

Link copied to clipboard
abstract val KeyEvent.isSelectParent: Boolean

Select Parent Node.

Link copied to clipboard
abstract val KeyEvent.isSelectPreviousItem: Boolean

Select Previous Node inherited from Up.

Link copied to clipboard
abstract val KeyEvent.isSelectPreviousSibling: Boolean

Select Previous Sibling Node.