Class ActionCell<C>

java.lang.Object
com.google.gwt.cell.client.AbstractCell<C>
com.google.gwt.cell.client.ActionCell<C>
Type Parameters:
C - the type that this Cell represents
All Implemented Interfaces:
Cell<C>

public class ActionCell<C> extends AbstractCell<C>
A cell that renders a button and takes a delegate to perform actions on mouseUp.