Example usage for com.vaadin.ui ListSelect subclass-usage

List of usage examples for com.vaadin.ui ListSelect subclass-usage

Introduction

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

Usage

From source file com.esofthead.mycollab.vaadin.ui.ValueListSelect.java

/**
 * 
 * @author MyCollab Ltd.
 * @since 1.0
 * 
 */

From source file com.esofthead.mycollab.vaadin.web.ui.IntegerKeyListSelect.java

/**
 * @author MyCollab Ltd
 * @since 5.3.1
 */
public class IntegerKeyListSelect extends ListSelect {
    @Override

From source file com.haulmont.cuba.web.toolkit.ui.CubaListSelect.java

public class CubaListSelect extends ListSelect {
    public CubaListSelect() {
        setValidationVisible(false);
        setShowBufferedSourceException(false);

        this.resetValueToNullOnContainerChange = false;

From source file com.mycollab.mobile.module.project.view.settings.ProjectMemberListSelect.java

/**
 * @author MyCollab Ltd
 * @since 5.4.3
 */
public class ProjectMemberListSelect extends ListSelect {

From source file com.mycollab.mobile.module.project.view.settings.ProjectRoleListSelect.java

/**
 * @author MyCollab Ltd.
 * @since 4.5.2
 */
public class ProjectRoleListSelect extends ListSelect {
    private static final long serialVersionUID = 1L;

From source file com.mycollab.mobile.module.user.ui.components.ActiveUserComboBox.java

/**
 * @author MyCollab Ltd.
 * @since 2.0
 */
public class ActiveUserComboBox extends ListSelect {
    private static final long serialVersionUID = 1L;

From source file com.mycollab.mobile.ui.CurrencyComboBoxField.java

/**
 * @author MyCollab Ltd.
 * @since 4.1
 */
public class CurrencyComboBoxField extends ListSelect {
    private static final long serialVersionUID = 1L;

From source file com.mycollab.mobile.ui.ValueComboBox.java

/**
 * @author MyCollab Ltd.
 * @since 4.1
 */
public class ValueComboBox extends ListSelect {
    private static final long serialVersionUID = 1L;

From source file com.mycollab.mobile.ui.ValueListSelect.java

/**
 * @author MyCollab Ltd.
 * @since 4.1
 */
public class ValueListSelect extends ListSelect {
    private static final long serialVersionUID = 1L;

From source file com.mycollab.module.project.view.settings.component.ProjectMemberListSelect.java

/**
 * @author MyCollab Ltd.
 * @since 4.0
 */
public class ProjectMemberListSelect extends ListSelect {
    private static final long serialVersionUID = 1L;