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