BreadCrumb, ContextMenu, Dock, MegaMenu, Menu, Menubar, MenuButton, PanelMenu, SlideMenu, Stack, Steps, TabMenu, TieredMenupublic abstract class AbstractMenu
extends javax.faces.component.UIPanel
| Modifier and Type | Class | Description |
|---|---|---|
static class |
AbstractMenu.PropertyKeys |
| Modifier and Type | Field | Description |
|---|---|---|
static String |
LIST_CLASS |
|
static String |
MENUITEM_CLASS |
|
static String |
MENUITEM_ICON_CLASS |
|
static String |
MENUITEM_LINK_CLASS |
|
static String |
MENUITEM_TEXT_CLASS |
|
static String |
MOBILE_MENUITEM_LINK_CLASS |
|
static String |
OPTIONS_CLASS |
|
static String |
SEPARATOR_CLASS |
|
static String |
SUBMENU_DOWN_ICON_CLASS |
|
static String |
SUBMENU_LINK_CLASS |
|
static String |
SUBMENU_RIGHT_ICON_CLASS |
|
static String |
TIERED_CHILD_SUBMENU_CLASS |
|
static String |
TIERED_SUBMENU_CLASS |
| Constructor | Description |
|---|---|
AbstractMenu() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
broadcast(javax.faces.event.FacesEvent event) |
|
List |
getElements() |
|
int |
getElementsCount() |
|
abstract MenuModel |
getModel() |
|
String |
getTabindex() |
|
boolean |
isDynamic() |
|
void |
setTabindex(String tabindex) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitencodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEvent, visitTreeaddClientBehavior, addFacesListener, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBindingpublic static final String LIST_CLASS
public static final String MENUITEM_CLASS
public static final String MENUITEM_LINK_CLASS
public static final String MENUITEM_TEXT_CLASS
public static final String MENUITEM_ICON_CLASS
public static final String TIERED_SUBMENU_CLASS
public static final String TIERED_CHILD_SUBMENU_CLASS
public static final String SUBMENU_RIGHT_ICON_CLASS
public static final String SUBMENU_DOWN_ICON_CLASS
public static final String SUBMENU_LINK_CLASS
public static final String SEPARATOR_CLASS
public static final String OPTIONS_CLASS
public static final String MOBILE_MENUITEM_LINK_CLASS
public String getTabindex()
public void setTabindex(String tabindex)
public List getElements()
public int getElementsCount()
public abstract MenuModel getModel()
public boolean isDynamic()
public void broadcast(javax.faces.event.FacesEvent event)
throws javax.faces.event.AbortProcessingException
broadcast in class javax.faces.component.UIComponentBasejavax.faces.event.AbortProcessingExceptionCopyright © 2018. All rights reserved.