org.apache.myfaces.component.html.ext
public class HtmlCommandLink extends HtmlCommandLink implements UserRoleAware
Version: $Revision: 167522 $ $Date: 2005-01-16 21:09:54 +0100 (Sun, 16 Jan 2005) $
| Field Summary | |
|---|---|
| static String | COMPONENT_TYPE |
| Constructor Summary | |
|---|---|
| HtmlCommandLink() | |
| Method Summary | |
|---|---|
| String | getClientId(FacesContext context) |
| String | getEnabledOnUserRole() |
| String | getTarget() |
| String | getVisibleOnUserRole() |
| boolean | isRendered() |
| void | restoreState(FacesContext context, Object state) |
| Object | saveState(FacesContext context) |
| void | setEnabledOnUserRole(String enabledOnUserRole) |
| void | setTarget(String target) |
| void | setVisibleOnUserRole(String visibleOnUserRole) |