|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.faces.component.UIComponentBase
javax.faces.component.UIOutput
javax.faces.component.UIGraphic
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 is set to
"Image". This value can be changed by calling the
setRendererType() method.
| Field Summary |
| Fields inherited from interface javax.faces.component.UIComponent |
SEPARATOR_CHAR |
| Constructor Summary | |
UIGraphic()
Create a new UIGraphic instance with default property
values. |
|
| Method Summary | |
java.lang.String |
getURL()
Return the image URL for this UIGraphic. |
void |
setURL(java.lang.String url)
Set the image URL for this UIGraphic. |
| Methods inherited from class javax.faces.component.UIOutput |
currentValue, getValue, getValueRef, setValue, setValueRef |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public UIGraphic()
Create a new UIGraphic instance with default property
values.
| Method Detail |
public java.lang.String getURL()
Return the image URL for this UIGraphic.
public void setURL(java.lang.String url)
Set the image URL for this UIGraphic.
url - The new image URL
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||