TreeCellGenerator

Responsible for creating a View to represent each cell in the first column of 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 in the first column.