Example usage for com.vaadin.ui.components.colorpicker ColorPickerSelect subclass-usage

List of usage examples for com.vaadin.ui.components.colorpicker ColorPickerSelect subclass-usage

Introduction

In this page you can find the example usage for com.vaadin.ui.components.colorpicker ColorPickerSelect subclass-usage.

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;