|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.google.gwt.cell.client.AbstractCell<C> com.google.gwt.cell.client.AbstractSafeHtmlCell<java.lang.String> com.google.gwt.cell.client.TextCell
public 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 | |
---|---|
TextCell()
Constructs a TextCell that uses a SimpleSafeHtmlRenderer to render
its text. |
|
TextCell(SafeHtmlRenderer<java.lang.String> renderer)
Constructs a TextCell that uses the provided SafeHtmlRenderer to
render its text. |
Method Summary | |
---|---|
void |
render(Cell.Context context,
SafeHtml value,
SafeHtmlBuilder sb)
Render the cell contents after they have been converted to SafeHtml
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TextCell()
SimpleSafeHtmlRenderer
to render
its text.
public TextCell(SafeHtmlRenderer<java.lang.String> renderer)
SafeHtmlRenderer
to
render its text.
renderer
- a SafeHtmlRenderer
instanceMethod Detail |
---|
public void render(Cell.Context context, SafeHtml value, SafeHtmlBuilder sb)
AbstractSafeHtmlCell
SafeHtml
form.
render
in class AbstractSafeHtmlCell<java.lang.String>
context
- the original context to rendervalue
- a SafeHtml
stringsb
- the SafeHtmlBuilder
to be written to
|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |