Method Summary |
|
public String | getAlt() Gets Specifies alternative text that can be used by a browser that can't show this element. |
public String | getDir() Gets The direction of text display, either 'ltr' (left-to-right) or 'rtl' (right-to-left). |
public String | getFamily() |
public String | getHeight() Gets Overrides the natural height of this image, by specifying height in pixels. |
public String | getLang() Gets The base language of this document. |
public String | getLongdesc() Gets A link to a long description of the image. |
public String | getOnclick() Gets Script to be invoked when the element is clicked. |
public String | getOndblclick() Gets Script to be invoked when the element is double-clicked. |
public String | getOnkeydown() Gets Script to be invoked when a key is pressed down over this element. |
public String | getOnkeypress() Gets Script to be invoked when a key is pressed over this element. |
public String | getOnkeyup() Gets Script to be invoked when a key is released over this element. |
public String | getOnmousedown() Gets Script to be invoked when the pointing device is pressed over this element. |
public String | getOnmousemove() Gets Script to be invoked when the pointing device is moved while it is in this element. |
public String | getOnmouseout() Gets Script to be invoked when the pointing device is moves out of this element. |
public String | getOnmouseover() Gets Script to be invoked when the pointing device is moved into this element. |
public String | getOnmouseup() Gets Script to be invoked when the pointing device is released over this element. |
public String | getStyle() Gets CSS styling instructions. |
public String | getStyleClass() Gets The CSS class for this element. |
public String | getTitle() Gets An advisory title for this element. |
public String | getUsemap() Gets Specifies an image map to use with this image. |
public String | getWidth() Gets Overrides the natural width of this image, by specifying width in pixels. |
public boolean | isIsmap() Gets Specifies server-side image map handling for this image. |
public void | restoreState(FacesContext facesContext, Object state) |
public Object | saveState(FacesContext facesContext) |
public void | setAlt(String alt) Sets Specifies alternative text that can be used by a browser that can't show this element. |
public void | setDir(String dir) Sets The direction of text display, either 'ltr' (left-to-right) or 'rtl' (right-to-left). |
public void | setHeight(String height) Sets Overrides the natural height of this image, by specifying height in pixels. |
public void | setIsmap(boolean ismap) Sets Specifies server-side image map handling for this image. |
public void | setLang(String lang) Sets The base language of this document. |
public void | setLongdesc(String longdesc) Sets A link to a long description of the image. |
public void | setOnclick(String onclick) Sets Script to be invoked when the element is clicked. |
public void | setOndblclick(String ondblclick) Sets Script to be invoked when the element is double-clicked. |
public void | setOnkeydown(String onkeydown) Sets Script to be invoked when a key is pressed down over this element. |
public void | setOnkeypress(String onkeypress) Sets Script to be invoked when a key is pressed over this element. |
public void | setOnkeyup(String onkeyup) Sets Script to be invoked when a key is released over this element. |
public void | setOnmousedown(String onmousedown) Sets Script to be invoked when the pointing device is pressed over this element. |
public void | setOnmousemove(String onmousemove) Sets Script to be invoked when the pointing device is moved while it is in this element. |
public void | setOnmouseout(String onmouseout) Sets Script to be invoked when the pointing device is moves out of this element. |
public void | setOnmouseover(String onmouseover) Sets Script to be invoked when the pointing device is moved into this element. |
public void | setOnmouseup(String onmouseup) Sets Script to be invoked when the pointing device is released over this element. |
public void | setStyle(String style) Sets CSS styling instructions. |
public void | setStyleClass(String styleClass) Sets The CSS class for this element. |
public void | setTitle(String title) Sets An advisory title for this element. |
public void | setUsemap(String usemap) Sets Specifies an image map to use with this image. |
public void | setWidth(String width) Sets Overrides the natural width of this image, by specifying width in pixels. |