Interface HasImage
-
- All Known Subinterfaces:
BadgeTagDeclaration
,ButtonTagDeclaration
,LinkTagDeclaration
,SectionTagDeclaration
,TabTagDeclaration
public interface HasImage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setImage(String image)
Url to an image to display.
-
-
-
Method Detail
-
setImage
void setImage(String image)
Url to an image to display.
-
-