Class ImageCell

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

public class ImageCell extends AbstractCell<String>

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:
  • Constructor Details

    • ImageCell

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