Class IconCellDecorator<C>

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

public class IconCellDecorator<C> extends Object implements Cell<C>
A Cell decorator that adds an icon to another Cell.