java.lang.Objectjavax.faces.component.UIComponent
javax.faces.component.UIComponentBase
javax.faces.component.UIGraphic
All Implemented Interfaces:
PartialStateHolder, ComponentSystemEventListener, SystemEventListenerHolder
Direct Known Subclasses:
HtmlGraphicImage
UIGraphic is a UIComponent that displays a graphical image to the user. The user cannot manipulate this component; it is for display purposes only.
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: | ||
---|---|---|
enum class | UIGraphic.PropertyKeys | Properties that are tracked by state saving. |
Field Summary | ||
---|---|---|
public static final String | COMPONENT_TYPE | The standard component type for this component. |
public static final String | COMPONENT_FAMILY | The standard component family for this component. |
Constructor: |
---|
Create a new UIGraphic instance with default property values. |
Method from javax.faces.component.UIGraphic Summary: |
---|
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.UIGraphic Detail: |
---|
|
Return the image URL for this UIGraphic . This method is a
typesafe alias for |
Returns the |
Deprecated! This - has been replaced by #getValueExpression(java.lang.String) .Return any ValueBinding set for |
Return any ValueExpression set for |
Set the image URL for this UIGraphic . This method is a
typesafe alias for |
Sets the |
Deprecated! This - has been replaced by #setValueExpression .Store any ValueBinding specified for |
Store any ValueExpression specified for |