public class ImageResourceCell extends AbstractCell<ImageResource>
AbstractCell
used to render an ImageResource
.Cell.Context
Constructor and Description |
---|
ImageResourceCell()
Construct a new ImageResourceCell.
|
Modifier and Type | Method and Description |
---|---|
void |
render(Cell.Context context,
ImageResource value,
SafeHtmlBuilder sb)
Render a cell as HTML into a
SafeHtmlBuilder , suitable for passing
to Element.setInnerHTML(String) on a container element. |
dependsOnSelection, getConsumedEvents, handlesSelection, isEditing, onBrowserEvent, onEnterKeyDown, resetFocus, setValue
public void render(Cell.Context context, ImageResource value, SafeHtmlBuilder sb)
Cell
SafeHtmlBuilder
, suitable for passing
to Element.setInnerHTML(String)
on a container element.
Note: If your cell contains natively focusable elements, such as buttons or input elements, be sure to set the tabIndex to -1 so that they do not steal focus away from the containing widget.
render
in interface Cell<ImageResource>
render
in class AbstractCell<ImageResource>
context
- the Cell.Context
of the cellvalue
- the cell value to be renderedsb
- the SafeHtmlBuilder
to be written to