Package com.google.gwt.cell.client
Class ImageCell
An AbstractCell
used to render an image. The String value is the url
of the image.
If the images being displayed are static or available at compile time, using
ImageResourceCell
will usually be more efficient.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.google.gwt.cell.client.Cell
Cell.Context
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
render
(Cell.Context context, String value, SafeHtmlBuilder sb) Render a cell as HTML into aSafeHtmlBuilder
, suitable for passing toElement.setInnerHTML(String)
on a container element.Methods inherited from class com.google.gwt.cell.client.AbstractCell
dependsOnSelection, getConsumedEvents, handlesSelection, isEditing, onBrowserEvent, onEnterKeyDown, resetFocus, setValue
-
Constructor Details
-
ImageCell
public ImageCell()Construct a new ImageCell.
-
-
Method Details