public class HtmlGraphicImage extends UIGraphic
Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_TYPE |
COMPONENT_FAMILY
Constructor and Description |
---|
HtmlGraphicImage() |
Modifier and Type | Method and Description |
---|---|
String |
getAlt() |
String |
getDir() |
String |
getHeight() |
String |
getLang() |
String |
getLongdesc() |
String |
getOnclick() |
String |
getOndblclick() |
String |
getOnkeydown() |
String |
getOnkeypress() |
String |
getOnkeyup() |
String |
getOnmousedown() |
String |
getOnmousemove() |
String |
getOnmouseout() |
String |
getOnmouseover() |
String |
getOnmouseup() |
String |
getStyle() |
String |
getStyleClass() |
String |
getTitle() |
String |
getUsemap() |
String |
getWidth() |
boolean |
isIsmap() |
void |
restoreState(FacesContext context,
Object state)
Invoked in the "restore view" phase, this initialises this
object's members from the values saved previously into the
provided state object.
|
Object |
saveState(FacesContext context)
Invoked after the render phase has completed, this method
returns an object which can be passed to the restoreState
of some other instance of UIComponentBase to reset that
object's state to the same values as this object currently
has.
|
void |
setAlt(String alt) |
void |
setDir(String dir) |
void |
setHeight(String height) |
void |
setIsmap(boolean ismap) |
void |
setLang(String lang) |
void |
setLongdesc(String longdesc) |
void |
setOnclick(String onclick) |
void |
setOndblclick(String ondblclick) |
void |
setOnkeydown(String onkeydown) |
void |
setOnkeypress(String onkeypress) |
void |
setOnkeyup(String onkeyup) |
void |
setOnmousedown(String onmousedown) |
void |
setOnmousemove(String onmousemove) |
void |
setOnmouseout(String onmouseout) |
void |
setOnmouseover(String onmouseover) |
void |
setOnmouseup(String onmouseup) |
void |
setStyle(String style) |
void |
setStyleClass(String styleClass) |
void |
setTitle(String title) |
void |
setUsemap(String usemap) |
void |
setWidth(String width) |
getFamily, getUrl, getValue, getValueBinding, setUrl, setValue, setValueBinding
addFacesListener, broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient
public static final String COMPONENT_TYPE
public void setAlt(String alt)
public String getAlt()
public void setDir(String dir)
public String getDir()
public void setHeight(String height)
public String getHeight()
public void setIsmap(boolean ismap)
public boolean isIsmap()
public void setLang(String lang)
public String getLang()
public void setLongdesc(String longdesc)
public String getLongdesc()
public void setOnclick(String onclick)
public String getOnclick()
public void setOndblclick(String ondblclick)
public String getOndblclick()
public void setOnkeydown(String onkeydown)
public String getOnkeydown()
public void setOnkeypress(String onkeypress)
public String getOnkeypress()
public void setOnkeyup(String onkeyup)
public String getOnkeyup()
public void setOnmousedown(String onmousedown)
public String getOnmousedown()
public void setOnmousemove(String onmousemove)
public String getOnmousemove()
public void setOnmouseout(String onmouseout)
public String getOnmouseout()
public void setOnmouseover(String onmouseover)
public String getOnmouseover()
public void setOnmouseup(String onmouseup)
public String getOnmouseup()
public void setStyle(String style)
public String getStyle()
public void setStyleClass(String styleClass)
public String getStyleClass()
public void setTitle(String title)
public String getTitle()
public void setUsemap(String usemap)
public String getUsemap()
public void setWidth(String width)
public String getWidth()
public Object saveState(FacesContext context)
UIComponentBase
saveState
in interface StateHolder
saveState
in class UIGraphic
public void restoreState(FacesContext context, Object state)
UIComponentBase
restoreState
in interface StateHolder
restoreState
in class UIGraphic
state
- is an object previously returned by
the saveState method of this class.Copyright © 2012 Apache Software Foundation. All Rights Reserved.