Example usage for com.vaadin.shared.ui.colorpicker ColorPickerState subclass-usage

List of usage examples for com.vaadin.shared.ui.colorpicker ColorPickerState subclass-usage

Introduction

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

Usage

From source file com.haulmont.cuba.web.toolkit.ui.client.colorpicker.CubaColorPickerState.java

public class CubaColorPickerState extends ColorPickerState {
    @NoLayout
    public int tabIndex = 0;
}

From source file com.haulmont.cuba.web.widgets.client.colorpicker.CubaColorPickerState.java

public class CubaColorPickerState extends ColorPickerState {
}