Interface ImageTagDeclaration
- All Superinterfaces:
HasAlt, HasBinding, HasId, HasIdBindingAndRendered, HasTip, IsDisabled, IsPlain, IsRendered, IsVisual
public interface ImageTagDeclaration
extends HasIdBindingAndRendered, HasTip, IsDisabled, IsVisual, HasAlt, IsPlain
Renders an image.
-
Method Summary
Methods inherited from interface HasBinding
setBindingMethods inherited from interface IsDisabled
setDisabledMethods inherited from interface IsRendered
setRenderedMethods inherited from interface IsVisual
setCustomClass, setMarkup
-
Method Details
-
setValue
Absolute url to an image or image name to lookup in tobago resource path. In the second case, there is no need to set the extension (like .gif or .png). If you leave it out, you can use different extension in different themes.
-