primefaces-p

Tag graphicImage

Component Information 
InfoValue
Component Typeorg.primefaces.component.GraphicImage
Handler ClassNone
Renderer Typeorg.primefaces.component.GraphicImageRenderer
DescriptionNone
Attributes 
NameRequiredTypeDescription
idfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Unique identifier of the component in a namingContainer.
renderedfalsejavax.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.
bindingfalsejavax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
An el expression referring to a server side UIComponent instance in a backing bean.
valuefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
Binary data to stream or context relative path.
altfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Alternate text for the image.
urlfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Alias to value attribute.
widthfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Width of the image.
heightfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Height of the image.
titlefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Title of the image.
dirfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Direction of the text displayed.
langfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Language code.
ismapfalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Specifies to use a server-side image map.
usemapfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Name of the client side map.
stylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Style of the image.
styleClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Style class of the image.
onclickfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
onclick dom event handler.
ondblclickfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
ondblclick dom event handler.
onkeydownfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
onkeydown dom event handler.
onkeypressfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
onkeypress dom event handler.
onkeyupfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
onkeyup dom event handler.
onmousedownfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
onmousedown dom event handler.
onmousemovefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
onmousemove dom event handler.
onmouseoutfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
onmouseout dom event handler.
onmouseoverfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
onmouseover dom event handler.
onmouseupfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
onmouseup dom event handler.
cachefalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Controls browser caching mode of the resource. Default is true
namefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Name of the image
libraryfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Library name of the image
streamfalsejavax.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.