traitsui.color_column module

Table column object for RGBColor traits.

class traitsui.color_column.ColorColumn

Bases: traitsui.table_column.ObjectColumn

Table column object for RGBColor traits.

get_cell_color(object)

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

get_value(object)

Gets the value of the column for a specified object.

style = 'readonly'

For display by default.

Previous topic

traitsui.basic_editor_factory module

Next topic

traitsui.context_value module

This Page