traitsui.extras.edit_column module

Defines the table column descriptor used for editing the object represented by the row

class traitsui.extras.edit_column.EditColumn(**traits)[source]

Bases: ObjectColumn

get_cell_color(object)[source]

Returns the cell background color for the column for a specified object.

is_editable(object)[source]

Returns whether the column is editable for a specified object.