Example usage for com.vaadin.v7.client.widget.grid.events BodyClickHandler interface-usage

List of usage examples for com.vaadin.v7.client.widget.grid.events BodyClickHandler interface-usage

Introduction

In this page you can find the example usage for com.vaadin.v7.client.widget.grid.events BodyClickHandler interface-usage.

Usage

From source file com.haulmont.cuba.web.widgets.client.grid.selection.MultiSelectionBodyClickHandler.java

public class MultiSelectionBodyClickHandler implements BodyClickHandler {

    protected Grid<JsonObject> grid;
    protected CubaMultiSelectionModelServerRpc rpc;
    protected HandlerRegistration handler;
    protected int previous = -1;