primefaces

Tag graphicImage

Component Information 
InfoValue
Component Typeorg.primefaces.component.GraphicImage
Handler ClassNone
Renderer TypeNone
DescriptionNone
Attributes 
NameRequiredTypeDescription
altfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
No Description
bindingfalsejakarta.el.ValueExpression
(must evaluate to jakarta.faces.component.UIComponent)
An EL expression referring to a server side UIComponent instance in a backing bean.Default is generated.
cachefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Enables/Disables browser from caching the image.Default is false.
dirfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Direction indication for text that does not inherit directionality.
heightfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Specifies the height of an element.
idfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Unique identifier of the component in a namingContainer.Default is generated.
ismapfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Default is false.
langfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
No Description
libraryfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Library name of the image.
longdescfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
No Description
namefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Name of the image.
onclickfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Fires when a mouse click on the element.
ondblclickfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Fires when a mouse double-click on the element.
onkeydownfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Fires when a user is pressing a key.
onkeypressfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Fires when a user presses a key.
onkeyupfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Fires when a user releases a key.
onmousedownfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Fires when a mouse button is pressed down on an element.
onmousemovefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Fires when the mouse pointer is moving while it is over an element.
onmouseoutfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Fires when the mouse pointer moves out of an element.
onmouseoverfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Fires when the mouse pointer moves onto an element.
onmouseupfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Fires when a mouse button is released over an element.
renderedfalsejakarta.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.Default is true.
rolefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
No Description
sizesfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
One or more strings separated by commas, indicating a set of source sizes.
srcsetfalsejakarta.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.
streamfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Defines if the image is streamed or rendered directly as data uri / base64 with ViewScoped support.Default is true.
stylefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Specifies an inline CSS style for an element.
styleClassfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Specifies one or more CSS class names for an element.
titlefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Specifies extra information about an element (displayed as a tooltip).
usemapfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
No Description
valuefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Object)
Value of the component.
widthfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Specifies the width of an element.

Output generated by Vdldoc View Declaration Language Documentation Generator.