public class MenuListTag
extends javax.faces.component.UIOutput
implements javax.faces.component.NamingContainer
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() |
int |
getLevel() |
protected MenuListTag |
getParentMenu() |
void |
setCurrentClass(String currentClass) |
void |
setCurrentId(String currentId) |
void |
setDisabledClass(String disabledClass) |
void |
setExpandedClass(String expandedClass) |
clearInitialState, getConverter, getLocalValue, getValue, markInitialState, 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, getRenderer, getRendererType, getRendersChildren, 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, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTree
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 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 MenuListTag getParentMenu()
public String getCurrentId()
public String getCurrentClass()
public String getDisabledClass()
public String getExpandedClass()
public int getLevel()
public String getItemStyleClass()
public void setCurrentId(String currentId)
public void setCurrentClass(String currentClass)
public void setDisabledClass(String disabledClass)
public void setExpandedClass(String expandedClass)
Copyright © 2008–2015 Apache Software Foundation. All rights reserved.