public class MenuListTag
extends javax.faces.component.UIOutput
| Modifier and Type | Field and Description |
|---|---|
protected String |
currentClass |
protected String |
currentId |
protected String |
defaultItemClass |
protected String |
disabledClass |
protected String |
expandedClass |
protected TagEncodingHelper |
helper |
protected String |
itemWrapTag |
protected int |
level |
protected String |
parentClass |
| Constructor and Description |
|---|
MenuListTag() |
| Modifier and Type | Method and Description |
|---|---|
void |
encodeBegin(javax.faces.context.FacesContext context) |
void |
encodeChildren(javax.faces.context.FacesContext context) |
void |
encodeEnd(javax.faces.context.FacesContext context) |
protected MenuListTag |
findParentMenu() |
String |
getCurrentClass() |
String |
getCurrentId() |
String |
getDisabledClass() |
String |
getExpandedClass() |
String |
getFamily() |
String |
getItemStyleClass() |
String |
getItemWrapTag() |
int |
getLevel() |
String |
getParentClass() |
boolean |
getRendersChildren() |
protected String |
getStyleClass() |
protected void |
initMenuAttributes(javax.faces.context.FacesContext context) |
void |
setCurrentClass(String currentClass) |
void |
setCurrentId(String currentId) |
void |
setDisabledClass(String disabledClass) |
void |
setExpandedClass(String expandedClass) |
void |
setItemWrapTag(String itemWrapTag) |
void |
setParentClass(String parentClass) |
clearInitialState, getConverter, getLocalValue, getValue, markInitialState, resetValue, restoreState, saveState, setConverter, setValueaddClientBehavior, addFacesListener, broadcast, decode, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getPassThroughAttributes, getRenderer, getRendererType, getValueBinding, invokeOnComponent, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, subscribeToEvent, unsubscribeFromEventencodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTreeprotected final TagEncodingHelper helper
protected String currentId
protected String currentClass
protected String parentClass
protected String disabledClass
protected String expandedClass
protected String itemWrapTag
protected String defaultItemClass
protected int level
public String getFamily()
getFamily in class javax.faces.component.UIOutputpublic void encodeBegin(javax.faces.context.FacesContext context)
throws IOException
encodeBegin in class javax.faces.component.UIComponentBaseIOExceptionpublic boolean getRendersChildren()
getRendersChildren in class javax.faces.component.UIComponentBasepublic void encodeChildren(javax.faces.context.FacesContext context)
throws IOException
encodeChildren in class javax.faces.component.UIComponentBaseIOExceptionpublic void encodeEnd(javax.faces.context.FacesContext context)
throws IOException
encodeEnd in class javax.faces.component.UIComponentBaseIOExceptionprotected void initMenuAttributes(javax.faces.context.FacesContext context)
public String getCurrentId()
public String getCurrentClass()
public String getDisabledClass()
public String getParentClass()
public String getExpandedClass()
public String getItemWrapTag()
public int getLevel()
protected String getStyleClass()
public String getItemStyleClass()
public void setCurrentId(String currentId)
public void setCurrentClass(String currentClass)
public void setDisabledClass(String disabledClass)
public void setParentClass(String parentClass)
public void setExpandedClass(String expandedClass)
public void setItemWrapTag(String itemWrapTag)
protected MenuListTag findParentMenu()
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.