Example usage for com.google.gwt.cell.client ActionCell.Delegate interface-usage

List of usage examples for com.google.gwt.cell.client ActionCell.Delegate interface-usage

Introduction

In this page you can find the example usage for com.google.gwt.cell.client ActionCell.Delegate interface-usage.

Usage

From source file org.activityinfo.ui.client.component.table.filter.FilterCellAction.java

/**
 * @author yuriyz on 4/3/14.
 */
public class FilterCellAction implements ActionCell.Delegate {

    private final InstanceTable table;

From source file org.jboss.as.console.client.shared.deployment.DeploymentCommandDelegate.java

/**
 * The delegate that is activated when the DeploymentCommandCell is clicked.
 *
 * @author Stan Silvert <ssilvert@redhat.com> (C) 2011 Red Hat Inc.
 */
public class DeploymentCommandDelegate implements ActionCell.Delegate<DeploymentRecord> {