Package com.google.gwt.cell.client
Interface ImageLoadingCell.Template
-
- All Superinterfaces:
SafeHtmlTemplates
- Enclosing class:
- ImageLoadingCell
static interface ImageLoadingCell.Template extends SafeHtmlTemplates
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.google.gwt.safehtml.client.SafeHtmlTemplates
SafeHtmlTemplates.Template
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SafeHtml
image(SafeHtml imageHtml)
SafeHtml
img(java.lang.String url)
SafeHtml
loading(SafeHtml loadingHtml)
-