org.apache.myfaces.custom.htmlTag
public class HtmlTag extends UIOutput implements UserRoleAware
Version: $Revision: 239954 $ $Date: 2005-05-11 11:47:12 -0400 (Wed, 11 May 2005) $
Field Summary | |
---|---|
static String | COMPONENT_FAMILY |
static String | COMPONENT_TYPE |
Constructor Summary | |
---|---|
HtmlTag() |
Method Summary | |
---|---|
String | getClientId(FacesContext context) |
String | getEnabledOnUserRole() |
String | getFamily() |
String | getStyle() |
String | getStyleClass() |
String | getVisibleOnUserRole() |
boolean | isRendered() |
void | restoreState(FacesContext context, Object state) |
Object | saveState(FacesContext context) |
void | setEnabledOnUserRole(String enabledOnUserRole) |
void | setStyle(String style) |
void | setStyleClass(String styleClass) |
void | setVisibleOnUserRole(String visibleOnUserRole) |