Schnittstelle ImageTagDeclaration
- Alle Superschnittstellen:
- HasAlt,- HasBinding,- HasId,- HasIdBindingAndRendered,- HasTip,- IsDisabled,- IsRendered,- IsVisual
public interface ImageTagDeclaration
extends HasIdBindingAndRendered, HasTip, IsDisabled, IsVisual, HasAlt
Renders an image.
- 
MethodenübersichtVon Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.HasAltsetAltVon Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.HasBindingsetBindingVon Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.HasIdsetIdVon Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.HasTipsetTipVon Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.IsDisabledsetDisabledVon Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.IsRenderedsetRenderedVon Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.IsVisualsetCustomClass, setMarkup
- 
Methodendetails- 
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.
 
-