java.lang.Objectjavax.faces.component.UIComponent
javax.faces.component.UIComponentBase
javax.faces.component.UIGraphic
javax.faces.component.html.HtmlGraphicImage
All Implemented Interfaces:
ClientBehaviorHolder, PartialStateHolder, ComponentSystemEventListener, SystemEventListenerHolder
Represents an HTML img
element, used to retrieve
and render a graphical image.
By default, the rendererType
property must be set to "javax.faces.Image
".
This value can be changed by calling the setRendererType()
method.
Nested Class Summary: | ||
---|---|---|
protected enum class | HtmlGraphicImage.PropertyKeys |
Field Summary | ||
---|---|---|
public static final String | COMPONENT_TYPE | The standard component type for this component. |
Fields inherited from javax.faces.component.UIGraphic: |
---|
COMPONENT_TYPE, COMPONENT_FAMILY |
Constructor: |
---|
|
Method from javax.faces.component.html.HtmlGraphicImage Summary: |
---|
getAlt, getDefaultEventName, getDir, getEventNames, getHeight, getLang, getLongdesc, getOnclick, getOndblclick, getOnkeydown, getOnkeypress, getOnkeyup, getOnmousedown, getOnmousemove, getOnmouseout, getOnmouseover, getOnmouseup, getStyle, getStyleClass, getTitle, getUsemap, getWidth, isIsmap, setAlt, setDir, setHeight, setIsmap, setLang, setLongdesc, setOnclick, setOndblclick, setOnkeydown, setOnkeypress, setOnkeyup, setOnmousedown, setOnmousemove, setOnmouseout, setOnmouseover, setOnmouseup, setStyle, setStyleClass, setTitle, setUsemap, setWidth |
Methods from javax.faces.component.UIGraphic: |
---|
getFamily, getUrl, getValue, getValueBinding, getValueExpression, setUrl, setValue, setValueBinding, setValueExpression |
Methods from java.lang.Object: |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method from javax.faces.component.html.HtmlGraphicImage Detail: |
---|
Return the value of the Contents: Alternate textual description of the element rendered by this component. |
|
Return the value of the Contents: Direction indication for text that does not inherit directionality. Valid values are "LTR" (left-to-right) and "RTL" (right-to-left). |
|
Return the value of the Contents: Override for the height of this image. |
Return the value of the Contents: Code describing the language used in the generated markup for this component. |
Return the value of the Contents: URI to a long description of the image represented by this element. |
Return the value of the Contents: Javascript code executed when a pointer button is clicked over this element. |
Return the value of the Contents: Javascript code executed when a pointer button is double clicked over this element. |
Return the value of the Contents: Javascript code executed when a key is pressed down over this element. |
Return the value of the Contents: Javascript code executed when a key is pressed and released over this element. |
Return the value of the Contents: Javascript code executed when a key is released over this element. |
Return the value of the Contents: Javascript code executed when a pointer button is pressed down over this element. |
Return the value of the Contents: Javascript code executed when a pointer button is moved within this element. |
Return the value of the Contents: Javascript code executed when a pointer button is moved away from this element. |
Return the value of the Contents: Javascript code executed when a pointer button is moved onto this element. |
Return the value of the Contents: Javascript code executed when a pointer button is released over this element. |
Return the value of the Contents: CSS style(s) to be applied when this component is rendered. |
Return the value of the Contents: Space-separated list of CSS style class(es) to be applied when this element is rendered. This value must be passed through as the "class" attribute on generated markup. |
Return the value of the Contents: Advisory title information about markup elements generated for this component. |
Return the value of the Contents: The name of a client side image map (an HTML "map" element) for which this element provides the image. |
Return the value of the Contents: Override for the width of this image. |
Return the value of the Contents: Flag indicating that this image is to be used as a server side image map. Such an image must be enclosed within a hyperlink ("a"). A value of false causes no attribute to be rendered, while a value of true causes the attribute to be rendered as ismap="ismap". |
Set the value of the |
Set the value of the |
Set the value of the |
Set the value of the |
Set the value of the |
Set the value of the |
Set the value of the |
Set the value of the |
Set the value of the |
Set the value of the |
Set the value of the |
Set the value of the |
Set the value of the |
Set the value of the |
Set the value of the |
Set the value of the |
Set the value of the |
Set the value of the |
Set the value of the |
Set the value of the |
Set the value of the |