select

open override fun select(row: Int)

Marks the item at row Number row in the current page If there were other rows in the selected buffer, they will all be removed


open override fun select(row: Int, page: Int)

Marks the item at row Number row, in page page as selected If there were other rows in the selected buffer, they will all be removed


open override fun select(obj: T)