Class ImageLoadingCell

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

public class ImageLoadingCell extends AbstractCell<String>
An AbstractCell used to render an image. A loading indicator is used until the image is fully loaded. The String value is the url of the image.