Example usage for com.vaadin.v7.client.ui VFilterSelect subclass-usage

List of usage examples for com.vaadin.v7.client.ui VFilterSelect subclass-usage

Introduction

In this page you can find the example usage for com.vaadin.v7.client.ui VFilterSelect subclass-usage.

Usage

From source file com.haulmont.cuba.web.widgets.client.combobox.CubaComboBoxWidget.java

public class CubaComboBoxWidget extends VFilterSelect
        implements ShortcutActionHandler.ShortcutActionHandlerOwner, HasEnabled {

    private static final String READONLY_STYLE_SUFFIX = "readonly";
    private static final String PROMPT_STYLE = "prompt";
    private static final String CUBA_DISABLED_OR_READONLY = "c-disabled-or-readonly";

From source file com.haulmont.cuba.web.widgets.client.searchselect.CubaSearchSelectWidget.java

public class CubaSearchSelectWidget extends VFilterSelect {

    protected static final String CLASSNAME = "c-searchselect";

    protected static final String INPUT_STATE = "edit-filter";