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
ConstructorDescriptionTextCell()
Constructs a TextCell that uses aSimpleSafeHtmlRenderer
to render its text.TextCell
(SafeHtmlRenderer<String> renderer) Constructs a TextCell that uses the providedSafeHtmlRenderer
to render its text. -
Method Summary
Modifier and TypeMethodDescriptionvoid
render
(Cell.Context context, SafeHtml value, SafeHtmlBuilder sb) Render the cell contents after they have been converted toSafeHtml
form.Methods inherited from class com.google.gwt.cell.client.AbstractSafeHtmlCell
getRenderer, render
Methods 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 aSimpleSafeHtmlRenderer
to render its text.
-
-
Method Details