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 Details

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