public class UINavigationMenuItem extends javax.faces.component.UISelectItem 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 |
|---|
UINavigationMenuItem() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAction() |
java.lang.String |
getEnabledOnUserRole() |
java.lang.String |
getFamily() |
java.lang.String |
getIcon() |
java.lang.String |
getVisibleOnUserRole() |
boolean |
isRendered() |
boolean |
isSplit() |
void |
restoreState(javax.faces.context.FacesContext context,
java.lang.Object state) |
java.lang.Object |
saveState(javax.faces.context.FacesContext context) |
void |
setAction(java.lang.String action) |
void |
setEnabledOnUserRole(java.lang.String enabledOnUserRole) |
void |
setIcon(java.lang.String icon) |
void |
setSplit(boolean split) |
void |
setVisibleOnUserRole(java.lang.String visibleOnUserRole) |
getItemDescription, getItemLabel, getItemValue, getValue, isItemDisabled, setItemDescription, setItemDisabled, setItemLabel, setItemValue, setValueaddFacesListener, broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, 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.UISelectItempublic void setIcon(java.lang.String icon)
public java.lang.String getIcon()
public void setSplit(boolean split)
public boolean isSplit()
public void setAction(java.lang.String action)
public java.lang.String getAction()
public 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.UIComponentBasepublic java.lang.Object saveState(javax.faces.context.FacesContext context)
saveState in interface javax.faces.component.StateHoldersaveState in class javax.faces.component.UISelectItempublic void restoreState(javax.faces.context.FacesContext context,
java.lang.Object state)
restoreState in interface javax.faces.component.StateHolderrestoreState in class javax.faces.component.UISelectItem