RowPositioner

interface RowPositioner<T>(source)

Determines the location and height of rows in the Table.

Functions

Link copied to clipboard
abstract fun minimumSize(of: Table<T, *>): Size

Indicates the minimum size with all rows in the given Table.

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

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

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

Indicates where to place a row in the Table.