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

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

Introduction

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

Usage

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

public class MultiSelectionBodyClickHandler implements BodyClickHandler {

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

From source file org.vaadin.gridfiledownloader.client.GridFileDownloaderConnector.java

@Connect(GridFileDownloader.class)
public class GridFileDownloaderConnector extends FileDownloaderConnector implements BodyClickHandler {

    private GridFileDownloaderServerRpc rpc = getRpcProxy(GridFileDownloaderServerRpc.class);
    private Grid<JsonObject> grid;
    private boolean processing = false;