Uses of Interface
com.vaadin.ui.components.colorpicker.ColorSelector
-
Packages that use ColorSelector Package Description com.vaadin.ui com.vaadin.ui.components.colorpicker -
-
Uses of ColorSelector in com.vaadin.ui
Classes in com.vaadin.ui that implement ColorSelector Modifier and Type Class Description classAbstractColorPickerAn abstract class that defines default implementation for a color picker component.classColorPickerA class that defines default (button-like) implementation for a color picker component.classColorPickerAreaA class that defines area-like implementation for a color picker component. -
Uses of ColorSelector in com.vaadin.ui.components.colorpicker
Classes in com.vaadin.ui.components.colorpicker that implement ColorSelector Modifier and Type Class Description classColorPickerGradientA component that represents a color gradient within a color picker.classColorPickerGridA component that represents a color selection grid within a color picker.classColorPickerHistoryA component that represents color selection history within a color picker.classColorPickerPopupA component that represents color selection popup within a color picker.classColorPickerPreviewA component that represents color selection preview within a color picker.classColorPickerSelectA component that represents color selection swatches within a color picker.
-