org.apache.myfaces.custom.htmlTag

Class HtmlTag

Implemented Interfaces:
UserRoleAware
Known Direct Subclasses:
Div

public class HtmlTag
extends UIOutput
implements UserRoleAware

Version:
$Revision: 239954 $ $Date: 2005-05-11 11:47:12 -0400 (Wed, 11 May 2005) $
Author:
bdudney (latest modification by $Author: svieujot $)

Field Summary

static String
COMPONENT_FAMILY
static String
COMPONENT_TYPE

Fields inherited from interface org.apache.myfaces.component.UserRoleAware

ENABLED_ON_USER_ROLE_ATTR, VISIBLE_ON_USER_ROLE_ATTR

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)

Field Details

COMPONENT_FAMILY

public static final String COMPONENT_FAMILY

COMPONENT_TYPE

public static final String COMPONENT_TYPE

Constructor Details

HtmlTag

public HtmlTag()

Method Details

getClientId

public String getClientId(FacesContext context)

getEnabledOnUserRole

public String getEnabledOnUserRole()
Specified by:
getEnabledOnUserRole in interface UserRoleAware

getFamily

public String getFamily()

getStyle

public String getStyle()

getStyleClass

public String getStyleClass()

getVisibleOnUserRole

public String getVisibleOnUserRole()
Specified by:
getVisibleOnUserRole in interface UserRoleAware

isRendered

public boolean isRendered()

restoreState

public void restoreState(FacesContext context,
                         Object state)

saveState

public Object saveState(FacesContext context)

setEnabledOnUserRole

public void setEnabledOnUserRole(String enabledOnUserRole)
Specified by:
setEnabledOnUserRole in interface UserRoleAware

setStyle

public void setStyle(String style)

setStyleClass

public void setStyleClass(String styleClass)

setVisibleOnUserRole

public void setVisibleOnUserRole(String visibleOnUserRole)
Specified by:
setVisibleOnUserRole in interface UserRoleAware