Example usage for com.vaadin.ui Grid.SingleSelectionModel subclass-usage

List of usage examples for com.vaadin.ui Grid.SingleSelectionModel subclass-usage

Introduction

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

Usage

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

public class CubaSingleSelectionModel extends Grid.SingleSelectionModel {

    @Override
    protected boolean select(Object itemId, boolean refresh) {
        // We want to prevent exception when selecting an item
        // right after removing from the container (triggered from