public class MenuListTag
extends javax.faces.component.UIOutput
implements javax.faces.component.NamingContainer
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) |
String |
getCurrentClass() |
String |
getCurrentId() |
String |
getDisabledClass() |
String |
getExpandedClass() |
String |
getFamily() |
String |
getItemStyleClass() |
String |
getItemWrapTag() |
int |
getLevel() |
String |
getParentClass() |
protected MenuListTag |
getParentMenu() |
boolean |
getRendersChildren() |
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, setValue
addClientBehavior, 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, unsubscribeFromEvent
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTree
protected 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.UIOutput
public void encodeBegin(javax.faces.context.FacesContext context) throws IOException
encodeBegin
in class javax.faces.component.UIComponentBase
IOException
public boolean getRendersChildren()
getRendersChildren
in class javax.faces.component.UIComponentBase
public void encodeChildren(javax.faces.context.FacesContext context) throws IOException
encodeChildren
in class javax.faces.component.UIComponentBase
IOException
public void encodeEnd(javax.faces.context.FacesContext context) throws IOException
encodeEnd
in class javax.faces.component.UIComponentBase
IOException
protected void initMenuAttributes(javax.faces.context.FacesContext context)
protected MenuListTag getParentMenu()
public String getCurrentId()
public String getCurrentClass()
public String getDisabledClass()
public String getParentClass()
public String getExpandedClass()
public String getItemWrapTag()
public int getLevel()
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)
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.