Class SafeImageCell

java.lang.Object
com.google.gwt.cell.client.AbstractCell<SafeUri>
com.google.gwt.cell.client.SafeImageCell
All Implemented Interfaces:
Cell<SafeUri>

public class SafeImageCell extends AbstractCell<SafeUri>

An AbstractCell used to render an image by using a SafeUri.

If the images being displayed are static or available at compile time, using ImageResourceCell will usually be more efficient.

See Also:
  • Constructor Details

    • SafeImageCell

      public SafeImageCell()
      Construct a new SafeImageCell.
  • Method Details