invoke

abstract operator fun <A> invoke(table: Table<T, *>, column: Column<A>, cell: A, row: Int, itemGenerator: ItemVisualizer<A, IndexedItem>, current: View? = null): View(source)

Called whenever a new cell is needed by table.

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

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