Example usage for com.google.gwt.user.cellview.client RowHoverEvent.Handler interface-usage

List of usage examples for com.google.gwt.user.cellview.client RowHoverEvent.Handler interface-usage

Introduction

In this page you can find the example usage for com.google.gwt.user.cellview.client RowHoverEvent.Handler interface-usage.

Usage

From source file org.rstudio.studio.client.workbench.views.source.editors.explorer.view.ObjectExplorerDataGrid.java

public class ObjectExplorerDataGrid extends VirtualizedDataGrid<ObjectExplorerDataGrid.Data>
        implements AttachEvent.Handler, ClickHandler, RowHoverEvent.Handler,
        CellPreviewEvent.Handler<ObjectExplorerDataGrid.Data> {
    private static interface Filter<T> {
        public boolean accept(T data);
    }