Example usage for com.google.gwt.cell.client IconCellDecorator subclass-usage

List of usage examples for com.google.gwt.cell.client IconCellDecorator subclass-usage

Introduction

In this page you can find the example usage for com.google.gwt.cell.client IconCellDecorator subclass-usage.

Usage

From source file com.novartis.pcs.ontology.webapp.client.view.ActionIconCellDecorator.java

public class ActionIconCellDecorator<C> extends IconCellDecorator<C> {
    /**
     * The delegate that will handle events from the cell.
     *
     * @param <T> the type that this delegate acts on
     */