Interface ImageTagDeclaration
-
- All Superinterfaces:
HasAlt
,HasBinding
,HasId
,HasIdBindingAndRendered
,HasTip
,IsDisabled
,IsRendered
,IsVisual
public interface ImageTagDeclaration extends HasIdBindingAndRendered, HasTip, IsDisabled, IsVisual, HasAlt
Renders an image.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setValue(String value)
Absolute url to an image or image name to lookup in tobago resource path.-
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasAlt
setAlt
-
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasBinding
setBinding
-
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasTip
setTip
-
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsDisabled
setDisabled
-
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsRendered
setRendered
-
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsVisual
setCustomClass, setMarkup
-
-
-
-
Method Detail
-
setValue
void setValue(String value)
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.
-
-