CellGenerator

interface CellGenerator<T>(source)

Responsible for creating a View to represent each cell in the TreeTable.

Functions

Link copied to clipboard
abstract operator fun <A> invoke(table: TreeTable<T, *>, column: Column<A>, cell: A, path: Path<Int>, row: Int, itemGenerator: ItemVisualizer<A, IndexedItem>, current: View? = null): View

Called whenever table needs a new cell is in columns to the right of the first.