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 SummaryMethods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasAltsetAltMethods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasBindingsetBindingMethods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasTipsetTipMethods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsDisabledsetDisabledMethods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsPlainsetPlainMethods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsRenderedsetRenderedMethods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsVisualsetCustomClass, setMarkup
- 
Method Details- 
setValueAbsolute 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.
 
-