Interface HasAlt
-
- All Known Subinterfaces:
ImageTagDeclaration
,TreeIconTagDeclaration
public interface HasAlt
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setAlt(String alt)
Alternate textual description of the image rendered by this component.
-
-
-
Method Detail
-
setAlt
void setAlt(String alt)
Alternate textual description of the image rendered by this component.
-
-