addSelection

open override 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


open override 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


open override fun addSelection(obj: T)