TreeLike

Inheritors

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract val hasFocus: Boolean
Link copied to clipboard
abstract val numRows: Int
Link copied to clipboard
abstract val rootVisible: Boolean

Inherited properties

Link copied to clipboard
Link copied to clipboard
abstract val firstSelection: Path<Int>?
Link copied to clipboard
open val lastSelectable: Path<Int>?
Link copied to clipboard
abstract val lastSelection: Path<Int>?
Link copied to clipboard
abstract val selection: Set<Path<Int>>
Link copied to clipboard
abstract val selectionAnchor: Path<Int>?

Functions

Link copied to clipboard
open fun addSelection(rows: Set<Int>, jvmWorkaround: Int = 0)
Link copied to clipboard
abstract fun collapse(path: Path<Int>)
Link copied to clipboard
abstract fun collapseAll()
Link copied to clipboard
abstract fun expand(path: Path<Int>)
Link copied to clipboard
abstract fun expandAll()
Link copied to clipboard
abstract fun expanded(path: Path<Int>): Boolean
Link copied to clipboard
abstract fun isLeaf(path: Path<Int>): Boolean
Link copied to clipboard
abstract fun pathFromRow(index: Int): Path<Int>?
Link copied to clipboard
open fun removeSelection(rows: Set<Int>, jvmWorkaround: Int = 0)
Link copied to clipboard
abstract fun rowFromPath(path: Path<Int>): Int?
Link copied to clipboard
open fun selected(row: Int): Boolean
Link copied to clipboard
open fun setSelection(rows: Set<Int>, jvmWorkaround: Int = 0)
Link copied to clipboard
open fun toggleSelection(rows: Set<Int>, jvmWorkaround: Int = 0)
Link copied to clipboard
abstract fun visible(path: Path<Int>): Boolean
abstract fun visible(row: Int): Boolean

Inherited functions

Link copied to clipboard
abstract fun addSelection(items: Set<Path<Int>>)
Link copied to clipboard
abstract fun clearSelection()
Link copied to clipboard
abstract fun next(after: Path<Int>): Path<Int>?
Link copied to clipboard
abstract fun previous(before: Path<Int>): Path<Int>?
Link copied to clipboard
abstract fun removeSelection(items: Set<Path<Int>>)
Link copied to clipboard
abstract fun selectAll()
Link copied to clipboard
abstract fun selected(item: Path<Int>): Boolean
Link copied to clipboard
abstract fun setSelection(items: Set<Path<Int>>)
Link copied to clipboard
abstract fun toggleSelection(items: Set<Path<Int>>)