List of usage examples for com.vaadin.ui.components.colorpicker ColorPickerSelect subclass-usage
From source file com.haulmont.cuba.web.toolkit.ui.CubaColorPickerSelect.java
public class CubaColorPickerSelect extends ColorPickerSelect { public CubaColorPickerSelect() { super(); range.setItemCaptionMode(ItemCaptionMode.EXPLICIT_DEFAULTS_ID); range.setTextInputAllowed(false);
From source file com.haulmont.cuba.web.widgets.CubaColorPickerSelect.java
public class CubaColorPickerSelect extends ColorPickerSelect { protected String allCaption; protected String redCaption; protected String greenCaption; protected String blueCaption;