Uses of Class
com.vaadin.shared.ui.colorpicker.Color
-
Packages that use Color Package Description com.vaadin.shared.ui.colorpicker com.vaadin.ui com.vaadin.ui.components.colorpicker -
-
Uses of Color in com.vaadin.shared.ui.colorpicker
Fields in com.vaadin.shared.ui.colorpicker declared as Color Modifier and Type Field Description static ColorColor. BLACKstatic ColorColor. BLUEstatic ColorColor. CYANstatic ColorColor. GREENstatic ColorColor. MAGENTAstatic ColorColor. REDstatic ColorColor. WHITEstatic ColorColor. YELLOW -
Uses of Color in com.vaadin.ui
Fields in com.vaadin.ui declared as Color Modifier and Type Field Description protected ColorAbstractColorPicker. colorThe currently selected color.Methods in com.vaadin.ui that return Color Modifier and Type Method Description ColorAbstractColorPicker.Coordinates2Color. calculate(int x, int y)Calculates a color from coordinates.ColorAbstractColorPicker. getEmptyValue()ColorAbstractColorPicker. getValue()Returns the current selected color of this color picker.Methods in com.vaadin.ui with parameters of type Color Modifier and Type Method Description int[]AbstractColorPicker.Coordinates2Color. calculate(Color c)Calculates coordinates from a color.protected voidAbstractColorPicker. doSetValue(Color color)voidAbstractColorPicker. setValue(Color color)Sets the selected color of this color picker.Constructors in com.vaadin.ui with parameters of type Color Constructor Description AbstractColorPicker(String popupCaption, Color initialColor)Instantiates a new color picker.ColorPicker(String popupCaption, Color initialColor)Instantiates a new color picker.ColorPickerArea(String popupCaption, Color initialColor)Instantiates a new color picker. -
Uses of Color in com.vaadin.ui.components.colorpicker
Methods in com.vaadin.ui.components.colorpicker that return Color Modifier and Type Method Description static ColorColorUtil. getHexPatternColor(Matcher matcher)static ColorColorUtil. getHSLAPatternColor(Matcher matcher)static ColorColorUtil. getHSLPatternColor(Matcher matcher)static ColorColorUtil. getRGBAPatternColor(Matcher matcher)static ColorColorUtil. getRGBPatternColor(Matcher matcher)ColorColorPickerGradient. getValue()ColorColorPickerGrid. getValue()ColorColorPickerHistory. getValue()ColorColorPickerPopup. getValue()ColorColorPickerPreview. getValue()ColorColorPickerSelect. getValue()Returns the selected value.static ColorColorUtil. stringToColor(String input)Methods in com.vaadin.ui.components.colorpicker that return types with arguments of type Color Modifier and Type Method Description List<Color>ColorPickerPopup. getColorHistory()Gets the color history.List<Color>ColorPickerHistory. getHistory()Gets the history.Methods in com.vaadin.ui.components.colorpicker with parameters of type Color Modifier and Type Method Description protected voidColorPickerGradient. doSetValue(Color color)protected voidColorPickerGrid. doSetValue(Color color)protected voidColorPickerHistory. doSetValue(Color color)protected voidColorPickerSelect. doSetValue(Color value)booleanColorPickerHistory. hasColor(Color c)Checks if the history contains given color.voidColorPickerGradient. setBackgroundColor(Color color)Sets the background color.voidColorPickerGrid. setColorGrid(Color[][] colors)Sets the color grid.voidColorPickerGradient. setValue(Color color)Sets the value of this object.voidColorPickerGrid. setValue(Color color)Sets the value of this object.voidColorPickerPopup. setValue(Color color)Sets the value of this object.voidColorPickerPreview. setValue(Color color)Sets the value of this object.Method parameters in com.vaadin.ui.components.colorpicker with type arguments of type Color Modifier and Type Method Description RegistrationColorPickerPopup. addValueChangeListener(HasValue.ValueChangeListener<Color> listener)RegistrationColorPickerPreview. addValueChangeListener(HasValue.ValueChangeListener<Color> listener)Constructors in com.vaadin.ui.components.colorpicker with parameters of type Color Constructor Description ColorPickerGrid(Color[][] colors)Instantiates a new color picker grid.ColorPickerPopup(Color initialColor)Instantiates a new color picker popup.ColorPickerPreview(Color color)Instantiates a new color picker preview.
-