public class HtmlTag extends javax.faces.component.UIOutput implements UserRoleAware
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COMPONENT_FAMILY |
static java.lang.String |
COMPONENT_TYPE |
ENABLED_ON_USER_ROLE_ATTR, VISIBLE_ON_USER_ROLE_ATTR| Constructor and Description |
|---|
HtmlTag() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getClientId(javax.faces.context.FacesContext context) |
java.lang.String |
getEnabledOnUserRole() |
java.lang.String |
getFamily() |
java.lang.String |
getStyle() |
java.lang.String |
getStyleClass() |
java.lang.String |
getVisibleOnUserRole() |
boolean |
isRendered() |
void |
restoreState(javax.faces.context.FacesContext context,
java.lang.Object state) |
java.lang.Object |
saveState(javax.faces.context.FacesContext context) |
void |
setEnabledOnUserRole(java.lang.String enabledOnUserRole) |
void |
setStyle(java.lang.String style) |
void |
setStyleClass(java.lang.String styleClass) |
void |
setVisibleOnUserRole(java.lang.String visibleOnUserRole) |
getConverter, getLocalValue, getValue, setConverter, setValueaddFacesListener, broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getFacesContext, getFacesListeners, getFacet, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBindingpublic static final java.lang.String COMPONENT_TYPE
public static final java.lang.String COMPONENT_FAMILY
public java.lang.String getFamily()
getFamily in class javax.faces.component.UIOutputpublic java.lang.String getClientId(javax.faces.context.FacesContext context)
getClientId in class javax.faces.component.UIComponentBasepublic java.lang.String getStyle()
public void setStyle(java.lang.String style)
public java.lang.String getStyleClass()
public void setStyleClass(java.lang.String styleClass)
public void restoreState(javax.faces.context.FacesContext context,
java.lang.Object state)
restoreState in interface javax.faces.component.StateHolderrestoreState in class javax.faces.component.UIOutputpublic java.lang.Object saveState(javax.faces.context.FacesContext context)
saveState in interface javax.faces.component.StateHoldersaveState in class javax.faces.component.UIOutputpublic void setEnabledOnUserRole(java.lang.String enabledOnUserRole)
setEnabledOnUserRole in interface UserRoleAwarepublic java.lang.String getEnabledOnUserRole()
getEnabledOnUserRole in interface UserRoleAwarepublic void setVisibleOnUserRole(java.lang.String visibleOnUserRole)
setVisibleOnUserRole in interface UserRoleAwarepublic java.lang.String getVisibleOnUserRole()
getVisibleOnUserRole in interface UserRoleAwarepublic boolean isRendered()
isRendered in class javax.faces.component.UIComponentBase