javax.faces.component.html
public class HtmlCommandLink extends UICommand
Version: $Revision: 166994 $ $Date: 2004-07-02 00:12:40 +0200 (Fri, 02 Jul 2004) $
| Field Summary | |
|---|---|
| static String | COMPONENT_TYPE |
| Constructor Summary | |
|---|---|
| HtmlCommandLink() | |
| Method Summary | |
|---|---|
| String | getAccesskey() |
| String | getCharset() |
| String | getCoords() |
| String | getDir() |
| String | getHreflang() |
| String | getLang() |
| String | getOnblur() |
| String | getOnclick() |
| String | getOndblclick() |
| String | getOnfocus() |
| String | getOnkeydown() |
| String | getOnkeypress() |
| String | getOnkeyup() |
| String | getOnmousedown() |
| String | getOnmousemove() |
| String | getOnmouseout() |
| String | getOnmouseover() |
| String | getOnmouseup() |
| String | getRel() |
| String | getRev() |
| String | getShape() |
| String | getStyle() |
| String | getStyleClass() |
| String | getTabindex() |
| String | getTarget() |
| String | getTitle() |
| String | getType() |
| void | restoreState(FacesContext context, Object state) |
| Object | saveState(FacesContext context) |
| void | setAccesskey(String accesskey) |
| void | setCharset(String charset) |
| void | setCoords(String coords) |
| void | setDir(String dir) |
| void | setHreflang(String hreflang) |
| void | setLang(String lang) |
| void | setOnblur(String onblur) |
| void | setOnclick(String onclick) |
| void | setOndblclick(String ondblclick) |
| void | setOnfocus(String onfocus) |
| 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 | setRel(String rel) |
| void | setRev(String rev) |
| void | setShape(String shape) |
| void | setStyle(String style) |
| void | setStyleClass(String styleClass) |
| void | setTabindex(String tabindex) |
| void | setTarget(String target) |
| void | setTitle(String title) |
| void | setType(String type) |