Interface ImageTagDeclaration

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

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