invoke

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(source)

Called whenever table needs a new cell in the first column.

Return

a View representing the cell (or current if it can be reused).

Parameters

table

that needs the cell

column

in table where the cell is

cell

data

path

to the cell

row

in table where the cell is

itemGenerator

that can be used to visualize the cell contents

current

View being used to represent the cell