Package com.google.gwt.cell.client
Class ImageResourceCell
- All Implemented Interfaces:
Cell<ImageResource>
An
AbstractCell
used to render an ImageResource
.-
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, ImageResource 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
-
ImageResourceCell
public ImageResourceCell()Construct a new ImageResourceCell.
-
-
Method Details