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übersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    void
    Absolute url to an image or image name to lookup in tobago resource path.

    Von Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.HasAlt

    setAlt

    Von Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.HasBinding

    setBinding

    Von Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.HasId

    setId

    Von Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.HasTip

    setTip

    Von Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.IsDisabled

    setDisabled

    Von Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.IsRendered

    setRendered

    Von Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.IsVisual

    setCustomClass, setMarkup
  • Methodendetails

    • 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.