A HTML element with a label and an image.
Name |
Description |
Return Data Type |
---|---|---|
|
Returns whether the image is available. It return true if setImage(java.lang.String) or setImageContent(org.zkoss.image.Image) is called with non-null. |
|
|
Returns the HTML IMG tag for the image part. Used only for component template, not for application developers. Note: the component template shall use this method to generate the HTML tag, instead of using getImage(). |
|