addSelection

abstract fun addSelection(row: Int, page: Int)

Marks the row in page page as selected If there were other items in the selected buffer, this row will be appended to the buffer


abstract fun addSelection(row: Int)

Marks the row as selected If there were other items in the selected buffer, this row will be appended to the buffer


abstract fun addSelection(obj: @UnsafeVariance T)