Interface ColorSelector
-
- All Superinterfaces:
HasColorChangeListener,Serializable
- All Known Implementing Classes:
AbstractColorPicker,ColorPicker,ColorPickerArea,ColorPickerGradient,ColorPickerGrid,ColorPickerHistory,ColorPickerPopup,ColorPickerPreview,ColorPickerSelect
public interface ColorSelector extends Serializable, HasColorChangeListener
An interface for a color selector.- Since:
- 7.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ColorgetColor()Gets the color.voidsetColor(Color color)Sets the color.-
Methods inherited from interface com.vaadin.ui.components.colorpicker.HasColorChangeListener
addColorChangeListener, removeColorChangeListener
-
-