Package com.google.gwt.cell.client
Class TextCell
A
Cell used to render text.-
Nested Class Summary
Nested classes/interfaces inherited from interface com.google.gwt.cell.client.Cell
Cell.Context -
Constructor Summary
ConstructorsConstructorDescriptionTextCell()Constructs a TextCell that uses aSimpleSafeHtmlRendererto render its text.TextCell(SafeHtmlRenderer<String> renderer) Constructs a TextCell that uses the providedSafeHtmlRendererto render its text. -
Method Summary
Modifier and TypeMethodDescriptionvoidrender(Cell.Context context, SafeHtml value, SafeHtmlBuilder sb) Render the cell contents after they have been converted toSafeHtmlform.Methods inherited from class com.google.gwt.cell.client.AbstractSafeHtmlCell
getRenderer, renderMethods inherited from class com.google.gwt.cell.client.AbstractCell
dependsOnSelection, getConsumedEvents, handlesSelection, isEditing, onBrowserEvent, onEnterKeyDown, resetFocus, setValue
-
Constructor Details
-
TextCell
public TextCell()Constructs a TextCell that uses aSimpleSafeHtmlRendererto render its text.
-
-
Method Details