Image - h:graphicImage

Component Information 
InfoValue
Component Typejavax.faces.HtmlGraphicImage
Handler ClassNone
Renderer Typecom.webmethods.caf.faces.Image
Description Displays the image from an absolute url, or an url relative to this web application
Palette LocationJSF Html/Control/Output/Image
Attributes 
NameRequiredTypeDescription
altfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Text to display in place of image, when image cannot be viewed
dirfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Specifies the directionality of the flow of the content for the current element

Valid values are:

  • LTR
  • RTL
heightfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Image height in pixels ('100') or percent ('100%')
idfalsejava.lang.String Control identifier
ismapfalsejavax.el.ValueExpression
(must evaluate to boolean)
True if image represents a server-side image map

If not specified, the default value is "false".

langfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Specifies the language of the enclosed content
longdescfalsejavax.el.ValueExpression
(must evaluate to java.lang.URL)
URL of a text resource that describes the image
onclickfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
JavaScript "onclick" event handler
ondblclickfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
JavaScript "ondblclick" event handler
onkeydownfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
JavaScript "onkeydown" event handler
onkeypressfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
JavaScript "onkeypress" event handler
onkeyupfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
JavaScript "onkeyup" event handler
onmousedownfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
JavaScript "onmousedown" event handler
onmousemovefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
JavaScript "onmousemove" event handler
onmouseoutfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
JavaScript "onmouseout" event handler
onmouseoverfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
JavaScript "onmouseover" event handler
onmouseupfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
JavaScript "onmouseup" event handler
renderedfalsejavax.el.ValueExpression
(must evaluate to boolean)
True to render control; false to ignore it

If not specified, the default value is "true".

stylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML "style" attribute value
styleClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML "class" attribute value

Valid values are:

  • portlet-font
  • portlet-font-dim
  • portlet-msg-status
  • portlet-msg-info
  • portlet-msg-error
  • portlet-msg-alert
  • portlet-msg-success
  • portlet-section-header
  • portlet-section-body
  • portlet-section-alternate
  • portlet-section-selected
  • portlet-section-subheader
  • portlet-section-footer
  • portlet-section-text
  • portlet-form-label
  • portlet-form-input-field
  • portlet-form-button
  • portlet-icon-label
  • portlet-dlg-icon-label
  • portlet-form-field-label
  • portlet-form-field
  • portlet-menu
  • portlet-menu-item
  • portlet-menu-item-selected
  • portlet-menu-item-hover
  • portlet-menu-item-hover-selected
  • portlet-menu-cascade-item
  • portlet-menu-cascade-item-selected
  • portlet-menu-description
  • portlet-menu-caption
  • [any_other_value]
titlefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML "title" attribute value (often displayed as a tooltip)
urlfalsejavax.el.ValueExpression
(must evaluate to java.lang.URL)
Image URL; synonym of "Value" property
usemapfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Name of the client-side image map this image represents
valuefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
Control value
widthfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Image width in pixels ('100') or percent ('100%')

Output generated by Vdldoc View Declaration Language Documentation Generator.