Example usage for com.vaadin.v7.shared.ui.combobox FilteringMode OFF

List of usage examples for com.vaadin.v7.shared.ui.combobox FilteringMode OFF

Introduction

In this page you can find the example usage for com.vaadin.v7.shared.ui.combobox FilteringMode OFF.

Prototype

FilteringMode OFF

To view the source code for com.vaadin.v7.shared.ui.combobox FilteringMode OFF.

Click Source Link

Usage

From source file:com.haulmont.cuba.web.widgets.CubaSearchSelect.java

License:Apache License

public CubaSearchSelect() {
    super.setFilteringMode(FilteringMode.OFF);

    setStyleName("c-searchselect");
}