Example usage for com.vaadin.v7.client.ui.table TableConnector subclass-usage

List of usage examples for com.vaadin.v7.client.ui.table TableConnector subclass-usage

Introduction

In this page you can find the example usage for com.vaadin.v7.client.ui.table TableConnector subclass-usage.

Usage

From source file com.haulmont.cuba.web.widgets.client.table.CubaScrollTableConnector.java

@Connect(value = CubaTable.class, loadStyle = Connect.LoadStyle.EAGER)
public class CubaScrollTableConnector extends TableConnector {

    protected HandlerRegistration tooltipHandlerRegistration;

    public CubaScrollTableConnector() {