| Info | Value | 
|---|---|
| Component Type | org.primefaces.component.GraphicImage | 
| Handler Class | None | 
| Renderer Type | org.primefaces.component.GraphicImageRenderer | 
| Description | None | 
| Name | Required | Type | Description | 
|---|---|---|---|
id | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | Unique identifier of the component in a namingContainer. | 
rendered | false | javax.el.ValueExpression
(must evaluate to java.lang.Boolean)
					 | Boolean value to specify the rendering of the component, when set to false component will not be rendered. | 
binding | false | javax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
					 | An el expression referring to a server side UIComponent instance in a backing bean. | 
value | false | javax.el.ValueExpression
(must evaluate to java.lang.Object)
					 | Binary data to stream or context relative path. | 
alt | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | Alternate text for the image. | 
url | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | Alias to value attribute. | 
width | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | Width of the image. | 
height | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | Height of the image. | 
title | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | Title of the image. | 
dir | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | Direction of the text displayed. | 
lang | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | Language code. | 
ismap | false | javax.el.ValueExpression
(must evaluate to java.lang.Boolean)
					 | Specifies to use a server-side image map. | 
usemap | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | Name of the client side map. | 
style | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | Style of the image. | 
styleClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | Style class of the image. | 
onclick | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | onclick dom event handler. | 
ondblclick | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | ondblclick dom event handler. | 
onkeydown | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | onkeydown dom event handler. | 
onkeypress | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | onkeypress dom event handler. | 
onkeyup | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | onkeyup dom event handler. | 
onmousedown | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | onmousedown dom event handler. | 
onmousemove | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | onmousemove dom event handler. | 
onmouseout | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | onmouseout dom event handler. | 
onmouseover | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | onmouseover dom event handler. | 
onmouseup | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | onmouseup dom event handler. | 
cache | false | javax.el.ValueExpression
(must evaluate to java.lang.Boolean)
					 | Controls browser caching mode of the resource. Default is true | 
name | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | Name of the image | 
library | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | Library name of the image | 
stream | false | javax.el.ValueExpression
(must evaluate to java.lang.Boolean)
					 | Defines if the image is streamed or rendered directly as data uri / base64 with ViewScoped support. | 
Output generated by Vdldoc View Declaration Language Documentation Generator.