|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.faces.component.UIComponent
javax.faces.component.UIComponentBase
javax.faces.component.UIOutput
org.apache.empire.jsf2.components.MenuListTag
public class MenuListTag
Field Summary |
---|
Fields inherited from class javax.faces.component.UIOutput |
---|
COMPONENT_FAMILY, COMPONENT_TYPE |
Fields inherited from class javax.faces.component.UIComponent |
---|
ATTRS_WITH_DECLARED_DEFAULT_VALUES, BEANINFO_KEY, bindings, COMPOSITE_COMPONENT_TYPE_KEY, COMPOSITE_FACET_NAME, CURRENT_COMPONENT, CURRENT_COMPOSITE_COMPONENT, FACETS_KEY, HONOR_CURRENT_COMPONENT_ATTRIBUTES_PARAM_NAME, VIEW_LOCATION_KEY |
Fields inherited from interface javax.faces.component.NamingContainer |
---|
SEPARATOR_CHAR |
Constructor Summary | |
---|---|
MenuListTag()
|
Method Summary | |
---|---|
void |
encodeBegin(javax.faces.context.FacesContext context)
|
void |
encodeEnd(javax.faces.context.FacesContext context)
|
String |
getCurrentClass()
|
String |
getCurrentId()
|
String |
getDisabledClass()
|
String |
getEnabledClass()
|
String |
getExpandedClass()
|
String |
getFamily()
|
String |
getItemStyleClass()
|
int |
getLevel()
|
protected MenuListTag |
getParentMenu()
|
void |
setCurrentClass(String currentClass)
|
void |
setCurrentId(String currentId)
setters wozu? |
void |
setDisabledClass(String disabledClass)
|
void |
setEnabledClass(String enabledClass)
|
void |
setExpandedClass(String expandedClass)
|
protected void |
writeAttribute(javax.faces.context.ResponseWriter writer,
Map<String,Object> map,
String attribute)
|
protected void |
writeAttribute(javax.faces.context.ResponseWriter writer,
Map<String,Object> map,
String attribute,
String targetName)
|
Methods inherited from class javax.faces.component.UIOutput |
---|
clearInitialState, getConverter, getLocalValue, getValue, markInitialState, restoreState, saveState, setConverter, setValue |
Methods inherited from class javax.faces.component.UIComponentBase |
---|
addClientBehavior, addFacesListener, broadcast, decode, encodeChildren, 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 |
Methods inherited from class javax.faces.component.UIComponent |
---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MenuListTag()
Method Detail |
---|
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 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 getEnabledClass()
public String getDisabledClass()
public String getExpandedClass()
public int getLevel()
public String getItemStyleClass()
public void setCurrentId(String currentId)
public void setCurrentClass(String currentClass)
public void setEnabledClass(String enabledClass)
public void setDisabledClass(String disabledClass)
public void setExpandedClass(String expandedClass)
protected void writeAttribute(javax.faces.context.ResponseWriter writer, Map<String,Object> map, String attribute, String targetName) throws IOException
IOException
protected void writeAttribute(javax.faces.context.ResponseWriter writer, Map<String,Object> map, String attribute) throws IOException
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |