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)

Bases: traitsui.table_column.ObjectColumn

get_cell_color(object)

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

is_editable(object)

Returns whether the column is editable for a specified object.

Previous topic

traitsui.extras.demo module

Next topic

traitsui.extras.progress_column module

This Page