alloy

Tag image

Component Information 
InfoValue
Component Typecom.liferay.faces.alloy.component.image.Image
Handler ClassNone
Renderer Typecom.liferay.faces.alloy.component.image.ImageRenderer
DescriptionNone
Attributes 
NameRequiredTypeDescription
altfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML passthrough attribute specifying alternative information about the rendered HTML element.
bindingfalsejavax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
An EL expression that binds the Java reference to this component in the component tree to a bean property.
dirfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML passthrough attribute specifying the reading direction for the element For example, right to left (RTL), or left to right (LTR).
heightfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The height (in pixels) of the image.
idfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
A unique identifier for this component.
ismapfalsejavax.el.ValueExpression
(must evaluate to boolean)
When true, the image is part of a server-side image with clickable areas.
langfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML passthrough attribute specifying the language code used in the element.
libraryfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The library that contains the JSF image resource.
longdescfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
A URL linking to a page that contains a description of the image.
namefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The name of the JSF image resource.
onclickfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Javascript to execute when this component is clicked.
ondblclickfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Javascript to execute when a double click event occurs.
onkeydownfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Javascript to execute when a keydown event occurs.
onkeypressfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Javascript to execute when a keypress event occurs.
onkeyupfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Javascript to execute when a keyup event occurs.
onmousedownfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Javascript to execute when a mousedown event occurs.
onmousemovefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Javascript to execute when a mousemove event occurs.
onmouseoutfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Javascript to execute when a mouseout event occurs.
onmouseoverfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Javascript to execute when a mouseover event occurs.
onmouseupfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Javascript to execute when a mouseup event occurs.
renderedfalsejavax.el.ValueExpression
(must evaluate to boolean)
When this flag is true, this component will be rendered to there response. When false, it will not be rendered to the response. The default value is true.
rolefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML passthrough attribute specifying the various WAI-ARIA roles that the element is used for. Since: JSF 2.2
stylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML passthrough attribute specifying the css style of the element.
styleClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
List of CSS class names (separated by spaces) that are to be rendered within the class attribute.
titlefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML passthrough attribute specifying the title of the element.
urlfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
An alias for the 'value' attribute.
usemapfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Specifies the name or id of the map associated with the clickable areas of the image.
valuefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
A context-relative path that can be used to retrieve the image.
widthfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The width (in pixels) of the image.

Output generated by Vdldoc View Declaration Language Documentation Generator.