invoke

abstract operator fun invoke(table: MutableTable<T, *>, row: T, column: MutableColumn<T, R>, index: Int, current: View): EditOperation<T>(source)

Starts an edit operation for a cell within a MutableTable.

Parameters

table

being edited

row

data of cell within table

column

of cell within table

index

of the row

current

view used to render the row