ListLike

interface ListLike : Selectable<Int> (source)

Inheritors

Properties

Link copied to clipboard
Link copied to clipboard
abstract val hasFocus: Boolean
Link copied to clipboard
abstract val numItems: Int

Inherited properties

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

Inherited functions

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