RowPositioner

abstract class RowPositioner<T>(source)

Determines the location and height of rows in the TreeTable.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
abstract fun row(of: TreeTable<T, *>, at: Point): Int

Indicates which row would be located at the given y offset.

Link copied to clipboard
abstract fun rowBounds(of: TreeTable<T, *>, path: Path<Int>, row: T, index: Int): Rectangle

Indicates where to place a row in the TreeTable.

Link copied to clipboard
fun TreeTable<T, *>.rowsBelow(path: Path<Int>): Int
Link copied to clipboard
abstract fun size(of: TreeTable<T, *>, below: Path<Int>): Size

Indicates the total height of the path's descendant rows (recursively).