Class ClickableTextCell

java.lang.Object
All Implemented Interfaces:
Cell<String>

public class ClickableTextCell extends AbstractSafeHtmlCell<String>
A Cell used to render text. Clicking on the cell causes its ValueUpdater to be called.