Class AbstractSafeHtmlCell<C>

java.lang.Object
com.google.gwt.cell.client.AbstractCell<C>
com.google.gwt.cell.client.AbstractSafeHtmlCell<C>
Type Parameters:
C - the type that this Cell represents
All Implemented Interfaces:
Cell<C>
Direct Known Subclasses:
ButtonCell, ClickableTextCell, TextCell

public abstract class AbstractSafeHtmlCell<C> extends AbstractCell<C>
A superclass for Cells that render or escape a String argument as HTML.