A cell component that displays a palette of colors and allows the user to select one.
To be notified when the user selects a color, add a value change handler. See {@link CellComponent#addValueChangeHandler(ValueChangeHandler)} for moreinformation.
To set the currently selected color, see {@link CellComponent#setValue(Object)}.
To get the currently selected color, see {@link CellComponent#getValue()}.