org.apache.myfaces.custom.navmenu
Class AbstractHtmlNavigationMenuItems

java.lang.Object
  extended by javax.faces.component.UIComponent
      extended by javax.faces.component.UIComponentBase
          extended by javax.faces.component.UISelectItems
              extended by org.apache.myfaces.custom.navmenu.AbstractHtmlNavigationMenuItems
All Implemented Interfaces:
javax.faces.component.StateHolder

public abstract class AbstractHtmlNavigationMenuItems
extends javax.faces.component.UISelectItems

A tree of menu items as returned by a value-expression. Unless otherwise specified, all attributes accept static values or EL expressions.

Since:
1.1.7

Field Summary
static String COMPONENT_FAMILY
           
static String COMPONENT_TYPE
           
 
Constructor Summary
AbstractHtmlNavigationMenuItems()
           
 
Method Summary
abstract  boolean isRendered()
          A boolean value that indicates whether this component should be rendered.
 
Methods inherited from class javax.faces.component.UISelectItems
getFamily, getValue, restoreState, saveState, setRendered, setValue
 
Methods inherited from class javax.faces.component.UIComponentBase
addFacesListener, 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, setRendererType, setTransient, setValueBinding
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COMPONENT_TYPE

public static final String COMPONENT_TYPE
See Also:
Constant Field Values

COMPONENT_FAMILY

public static final String COMPONENT_FAMILY
See Also:
Constant Field Values
Constructor Detail

AbstractHtmlNavigationMenuItems

public AbstractHtmlNavigationMenuItems()
Method Detail

isRendered

public abstract boolean isRendered()
A boolean value that indicates whether this component should be rendered. Default value: true.

Overrides:
isRendered in class javax.faces.component.UISelectItems


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.