TableCellEditor

interface TableCellEditor<T, R>(source)

Defines how cells in a MutableTable are edited.

Functions

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

Starts an edit operation for a cell within a MutableTable.